Surface plot by using three vectors of the same length
    2 views (last 30 days)
  
       Show older comments
    
    MOHAMED ABDULAZIM
 on 13 Aug 2020
  
    
    
    
    
    Commented: Star Strider
      
      
 on 14 Aug 2020
            How could I generate a surface plot by using three vectors of the same length and there is no relation between them?I know that I have to generate a meshgrid from x and y ,but the z vector was obtained experiamentally and there is no relation to link it to x and y to generate its mesh of the same size.So,what should Ido?
0 Comments
Accepted Answer
  Star Strider
      
      
 on 13 Aug 2020
        The surf plot only requires that ‘Z’ is a matrix.  The ‘X’ and ‘Y’ arguments are good to have, although not necessary (and they can be vectors).  
With no information about what the ‘Z’ vector actually is or what it contains, I can only suggest that to create a matrix from it will likely require the reshape function.  
15 Comments
  Star Strider
      
      
 on 14 Aug 2020
				Yes.  
Access the R2013a documentation with: 
doc saveas
doc print  
Use the documentation provided with R2013a, not the online documentation that I lniked to here, that is for R2020a.  All the other related functions linked to in and at the end of that documentation page that I lniked to here were introduced after R2013a.  
More Answers (0)
See Also
Categories
				Find more on Surface and Mesh Plots in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


