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!