What is the notation meaning in these codes

1 次查看(过去 30 天)
whats the meaning of "u" in the following codes?
xd = u(1:3);
b1d = u(4:6);

回答(1 个)

madhan ravi
madhan ravi 2020-5-17
u = 1:6
u(1:3)
u(4:6)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by