composite function
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hello, I have three vectors A, B and C. I plotted A as a function of B (B=0:0.01:1; and I have the values of A correponding). I have a function of B versus of C.
Can I plot A as a function of C? What have I use composite function or interpolation?
Any idea? Thanks in advance, Adam
0 Commenti
Risposta accettata
  Stephen
      
 il 29 Mag 2012
        plot(C,A)
you can plot anything against anything else. If A and C correspond to the same values of B then the above code should work.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

