How to interpolate a 3d surface and smooth it out
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!