我在文件中有以下数据列表,比如mydata.txt
0 -2.900125720 -253.200 \ 1 -5.512974510 -253.800 \ 9 -398.4569435 -253.16 \ 10 -748.4988836 -253.19 \
我以readdata(mydata.txt,float,3)的形式读取文件,这会生成一个数据列表,比如说
mydatalist:= [[0.,-2.900125720,-2531.200],[1.0,-5.512974510, -253.800],[2.0,-8.690644103,-253.168],[9.0,-398.4569435,-253.16],[10.0,-748.4988836,-253.19]]
如何使用Maple(比如说)第三列对第一列进行绘图(即第一列是x值,第三列是y值)?
答案 0 :(得分:2)
有更强大的方法可以读取大量数据,例如命令 if ($result->num_rows > 0) {
// output data of each row
while ($row = $result->fetch_assoc()) {
echo '
<div class="media testimonial-inner">
<div class="pull-left">
<img class="img-responsive img-square" src="images/bierportaal.jpg" height="66" width="66">
</div>
<div class="media-body">
<span><a href="' . $row["naam"] . '"target=main>' . $row["naam"] . '</a></span>
<span>' . $row["tekst_before"] . '</span><a href="' . $row["item"] . '"target=main>' . $row["item"] . '</a>
<span>' . $row["tekst_after"] . '</span>
</div>
</div>
';
}
} else {
}
$db_conx->close();
?>
,它可以让你进入浮点[8]矩阵(比列表清单更有效地使用)。
但是,从这样的列表列表开始,
ImportMatrix