找回密码
 注册
Simdroid-非首页
查看: 158|回复: 4

怎么导出Maple的图形数据呢?

[复制链接]
发表于 2009-4-16 14:00:37 | 显示全部楼层 |阅读模式 来自 湖南长沙
想在Maple的纵作标上写个希腊字母,一直写不出来,想导出Maple数据到txt文件,怎么实现?另外,旧版本的Maple的怎么在图形上写希腊字母,请高手执教。
发表于 2009-4-16 20:08:04 | 显示全部楼层 来自 吉林长春
回复 不支持

使用道具 举报

发表于 2009-4-16 21:15:48 | 显示全部楼层 来自 黑龙江哈尔滨
谢谢 feiyuzhen
回复 不支持

使用道具 举报

 楼主| 发表于 2009-4-16 22:54:43 | 显示全部楼层 来自 湖南长沙
十分感谢!!!!!
回复 不支持

使用道具 举报

发表于 2009-4-18 22:10:09 | 显示全部楼层 来自 黑龙江哈尔滨
贴一个3D图形的导出(来自wiki book)

--------------------------
> P := plot3d(sin(x*y),x=-2..2,y=-2..2):
> Q:= < op(indets(P,Array))>;
                         [ 25 x 25 Matrix       ]
                    Q := [ Data Type: float[8]  ]
                         [ Storage: rectangular ]
                         [ Order: C_order       ]

You can then export this data to a file and insert in a spreadsheet.

1. Export to a tab delimited file:

Right-click on the output and choose:

Export As -> Tab Deliminated

save it to a tab-delimited format file with extension .xls. Click on the file (if the extension is associated) or import as tab delimited. Your data will then be in the spreadsheet.

2. The same result by a command:

> ExportMatrix("plot.xls",Q);

3. Only in Standard GUI (Maple 11 or later), export to .xls format:

> with(ExcelTools);                        
> Export(Q, "plot.xls");
------------------------------------------


2D也可以仿照这个思路来做,也简单,但是注意下,type中没有curves这个类型哦。
回复 不支持

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-25 16:14 , Processed in 0.039579 second(s), 14 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表