I need some help with the linspace function
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hey everyone, so whenever I run my code I get "Error using plot Vectors must be the same length" so I tried using linspace but it's still not working. Could I get some help?
T = linspace(1,99,length(diff_M))
M = 1./T;
diff_M3 = diff(M3)
plot(diff_M,T)
2 Kommentare
Antworten (1)
Benjamin Drewry
am 19 Okt. 2022
Replace 'diff' with 'gradient' to prevent vector mismatches and errors to the plot call
0 Kommentare
Siehe auch
Kategorien
Mehr zu Performance and Memory 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!