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?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
salim
el 17 de Dic. de 2024
Comentada: salim
el 20 de Dic. de 2024
i have a matrix data from maple but How i can get 2D-3D-plots this of this data?
0 comentarios
Respuesta aceptada
Walter Roberson
el 17 de Dic. de 2024
5 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!






