Plotting of a matrix with 3 dimension
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Marc Gtr
le 21 Nov 2020
Réponse apportée : Shubham Rawat
le 25 Nov 2020

I'm getting the output of a matrix (A) as above. I want to plot the terms within bracket.
plot (A) does not work, neither surf (A). Any suggestions please?
0 commentaires
Réponse acceptée
Shubham Rawat
le 25 Nov 2020
Hi Marc,
You can separate the content on the first row and can store first value to vector x and other value to vector y and then you can use plot(x,y).
Hope this Helps!
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!