Contour/3d plots for large data sets
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I would like to generate a contour or 3-D plot for a large data set.
I have a matrix B, where size(B)= 483060 4
The parameters contained in B are as follows:
if true
time=B(:,1); %first column is temperature
sy=B(:,2); %second column is distnce in y
tl=B(:,3); %third column is temperature l
te=B(:,4); %fourth column is temperature e
end
I would like to 3-D plot of both tl and te in time and space (sy).
I have tried contour3(time,sy,tl) but recieve the error
"Z must be at least a 2x2 matrix."
Best,
A
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!