24 lines
513 B
HTML
24 lines
513 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>DeleteMatrixColumns [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function DeleteMatrixColumns(mA, c, num_cols) </h2></p>
|
|
<p>
|
|
Removes the specified columns from a matrix
|
|
</p>
|
|
<p>
|
|
Returns false if column are outside matrix
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="deletematrixrows.html">DeleteMatrixRows</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |