Is there a more efficient way to format my vector rather than manually change the code
Mostrar comentarios más antiguos
T = 5400;
INT = 900;
tme = 0:INT:T;
TV = [tme(1):30:tme(2)-30, tme(2):15:tme(3)-15, tme(3):12:tme(4)-12, tme(4):2.4:tme(5)-2.4, tme(5):2.1428:tme(6)-2.1428, tme(6):2.5:tme(7)-2.5];
I have this code, however is there an easier way to code this if i want to change the values for 'T' and 'INT' to any random value, for the' TV' vector to automatically update rather than me manually put tme(1), tme(2) etc for those respective values in the 'tme' vector
2 comentarios
Bruno Luong
el 16 de Ag. de 2022
Editada: Bruno Luong
el 16 de Ag. de 2022
Until you explain the law to obtain steps 30, 15, 12, 2.4, 2.1428, 2.5, then no you have to enter it by hand.
Adil Saeed
el 16 de Ag. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!