What is the notation meaning in these codes

1 visualización (últimos 30 días)
jiunwei pua
jiunwei pua el 17 de Mayo de 2020
Comentada: madhan ravi el 17 de Mayo de 2020
whats the meaning of "u" in the following codes?
xd = u(1:3);
b1d = u(4:6);

Respuestas (1)

madhan ravi
madhan ravi el 17 de Mayo de 2020
u = 1:6
u(1:3)
u(4:6)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by