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?
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
salim
am 17 Dez. 2024
Kommentiert: salim
am 20 Dez. 2024
i have a matrix data from maple but How i can get 2D-3D-plots this of this data?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 17 Dez. 2024
5 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!