18 lines
379 B
HTML
18 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ClipMatrix [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub ClipMatrix(mA, r, c, num_rows, num_cols, mB) </h2></p>
|
|
<p>
|
|
Copies the specified portion of matrix mA into matrix mB
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |