23 lines
501 B
HTML
23 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>DeleteMatrixRows [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function DeleteMatrixRows(mA, r, num_rows) </h2></p>
|
|
<p>
|
|
Removes the specified rows from a matrix
|
|
</p>
|
|
<p>
|
|
Returns false if rows are outside matrix
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="deletematrixcolumns.html">DeleteMatrixColumns</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |