How to convert 2D plot to 3D.
    11 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Vahram Voskerchyan
 am 8 Dez. 2021
  
    
    
    
    
    Beantwortet: DIVYA K
 am 10 Aug. 2022
            I have a plot that gives me the following plot.
plot(field0(:,1), field0(:,2))
xlim([-0.1 0.02])

Is it possible to convert this to 3D plot that will look something like this?

6 Kommentare
  Rik
      
      
 am 8 Dez. 2021
				In that case you must first try to find the peak point and decide how exactly you want to rotate. Do you want to make it symetrical? The plot you showed isn't symetrical itself, so how should the code deal with that?
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
				Mehr zu Line Plots finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
