3d and 4d plotting
1 次查看(过去 30 天)
显示 更早的评论
Hello there,
I am having some data stored in column. To be more specific, i have 3 input data and one output data lets say:
%inputs
a= rand(1000)
b=rand(1000)
c=rand(1000)
%output
d=rand(1000)
The input data values vary from -50-500 lets say. How can i plot them in one 3d contour in which each axis will be an intput and a heat map will be the output?(output values 0-1) without having to calculate the 3 variable function more preferably? Is there a way? If not is polyfitn the way to calculate the polyonym that finds the polyonym that lies behind this data set? In this case which is the way of plotting the same 3d contour?
Thank you so much
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!