How to interpolate a 3d surface and smooth it out
    3 次查看(过去 30 天)
  
       显示 更早的评论
    
how do i get from the first picture to the second
Y is a 201x201 matrix
 Y= [201 201]
  x = 10:0.1:30;
  z = 1:0.01:3;
  [X,Z] = ndgrid(x,z);
  mesh(X,Z,(Y))


0 个评论
回答(0 个)
另请参阅
类别
				在 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!