composite function
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Stephen
on 29 May 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.
More Answers (0)
See Also
Categories
Find more on Computational Fluid Dynamics (CFD) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!