18 lines
410 B
HTML
18 lines
410 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>InsertMatrixColumns [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function InsertMatrixColumns(mA, c, num_cols) </h2></p>
|
|
<p>
|
|
Insert a number of empty columns into matrix mA starting at the specified column.
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |