MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   Mathematica论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=34)
-   -   [求助]从mathematics中输出三维函数数据的编程 (https://www.labfans.com/bbs/showthread.php?t=5879)

未注册 2008-12-16 22:16

[求助]从mathematics中输出三维函数数据的编程
 
从mathematics中输出三维函数数据的编程
例如:f=xy,x从1到4;y从1到5;
想把f的数据从mathematics中输出来,然后在用别的作图软件作图的编程。

jAc 2009-01-10 19:08

回复: [求助]从mathematics中输出三维函数数据的编程
 
用InputForm[Plot3D[f = x*y, {x, 1, 4}, {y, 1, 5}]]
可以通过在Plot3D里设定取点间距等得到数据,再复制粘贴到别的地方即可


但是通常会有不同软件符号不同的问题,你得到的数据还要再处理,比较麻烦


所有时间均为北京时间。现在的时间是 09:00

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.