semilogx error, vectors must be same length
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Miles Hao Peng Su
 am 30 Dez. 2022
  
    
    
    
    
    Kommentiert: Miles Hao Peng Su
 am 30 Dez. 2022
            Hi, I am trying to plot a graph with logarithmic scale with semilogx, however I have encountered problem using it.
I have checked that both Freq' and abs(Zexp01) are 31 by 24, so they are the same size. However I still encounter problem that says vectors must be the same size. May I know how to solve this?
Thank you!

0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
  Sulaymon Eshkabilov
      
 am 30 Dez. 2022
        
      Bearbeitet: Sulaymon Eshkabilov
      
 am 30 Dez. 2022
  
      Plot them like this way then by removing the transpose operation:
plot(freq, abs(Zexp01), '.')
Siehe auch
Kategorien
				Mehr zu 2-D and 3-D 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!


