how to add one element in matrix?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 ?
0 comentarios
Respuestas (1)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!