3d-plot regarding 2 vectors and a matrix
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hey guys,
i cant seem to figure this one out. So i have a 25 by 25 matrix with Torque values ranging from 0 to about 300 from a data set. Then i have 2 vectors with 25 values regarding a current Iq and a current Id, ranging from 0 to 600. Now i want to plot the current values in the x and y axis and the resulting torque in z. I have tried using the plot3 function but i cant get it going.
Any help would be deeply appreciated
3 Commenti
Risposte (1)
KSSV
il 6 Feb 2022
Read about surf.
Let Iq, Id be your vectors of size 1x25 and T be your torque matrix of size 25x25.
surf(Iq,Id,T)
colorbar
6 Commenti
Jan
il 8 Feb 2022
Some years ago we had some troubles with a user, who was too eager to earn points. Before this episode I've voted frequently for all answers, which contains working code or useful ideas. After seeing, how aggressive the chase for points can become, I reduced my voting. I do see a problem in the addiction potential of positive feedback in social media.
I did vote for your answer, although the terms "accepting" and "voting" occur in the comments, because your are obvioulsy stable and experienced.
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!