how to add one element in matrix?

3 次查看(过去 30 天)
A=[23;23;24;13;24]'
A = 23 23 24 13 24
z=12;
A =
12 23 23 24 13 24
who to do this ?

回答(1 个)

madhan ravi
madhan ravi 2019-7-14

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by