how to add one element in matrix?

2 visualizzazioni (ultimi 30 giorni)
Sultan Mehmood
Sultan Mehmood il 14 Lug 2019
Risposto: madhan ravi il 14 Lug 2019
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 ?

Risposte (1)

madhan ravi
madhan ravi il 14 Lug 2019

Community Treasure Hunt

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

Start Hunting!

Translated by