composite function
    11 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponse acceptée
  Stephen
      
 le 29 Mai 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.
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

