data = load('ST1.txt'); core = reshape(data(:, 3),100,100).'; subplot(3,1,1) surf(real(core),'edgecolor', 'none') subplot(3,1,2) surf(imag(core),'edgecolor', 'none') subplot(3,1,3) surf(abs(core),'edgecolor', 'none')
How can Plot in Matlab by exported data in maple?
1 次查看(过去 30 天)
显示 更早的评论
i have a matrix data from maple but How i can get 2D-3D-plots this of this data?
0 个评论
采纳的回答
Walter Roberson
2024-12-17
5 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!