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!