plot surface data file not a matrix
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have a file, containing 762 lines and 3 columns.
The columns are x,y,z respectively and I want to plot z on x,y grid which is a surface!
I know that I can use surf but in my case 762 z values cannot be reshaped to a matrix.
If I reshape it to 20*39 then I would lack 18 lines. (20*39)-762=18
Is there a way I can plot it directly?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!