3-d plotting over a domain
    3 views (last 30 days)
  
       Show older comments
    
How can I sketch a 3-d graph over a specified domain? For example, if I had y=x^2 and wanted to graph it over {(x,y):-3<=x, y<=3) If I didn't want the 3-d graph, I could just use plot, but I can't figure out how to graph it over the domain and have it be 3-d.
0 Comments
Answers (1)
  Joseph Cheng
      
 on 27 Jun 2014
        check out the functions surf(), plot3() and any of the related functions at the end of their documentation.
0 Comments
See Also
Categories
				Find more on Line 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!
