How to convert axis graphs in Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a step response from a transfer function...and when i plot it..show me that graph with some scale,something like that:xaxis[0,10] and yaxis[-2.5,0] but i want to convert those values to these:xaxis[500,515] and yaxis[220.5,223.5]..keeping the same shape..someone can help me?...how i do that?..thanks.
(electrical and electronic engineer student)
0 Kommentare
Akzeptierte Antwort
Ali Isik
am 14 Okt. 2011
I think the solution could be adding 500 to every element in x vector and adding 222 to every element in y vector.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!