how to add one element in matrix?

조회 수: 2 (최근 30일)
Sultan Mehmood
Sultan Mehmood 2019년 7월 14일
답변: madhan ravi 2019년 7월 14일
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일

Community Treasure Hunt

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

Start Hunting!

Translated by