How to draw a 3D surface plot with numerical datas on matlab
显示 更早的评论
I found plot::matrixplot on mupad but it has two problems :
- first it's on mupad but i want something that do the same on script environment
- second it draw only these types of data : f(x,y)=z
I want to draw a surface on matlab with numerical datas like :
f(1,3,5) = 12
f(2,4,6)= 3
f(3,8,12)= 2
f(2,13,22)= 1
There's no function for f and all datas are number
This is a sample of what i want but this one is for f(x,y)= z and my purpose is f(x,y,z)= w

采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Surfaces and Volumes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!