Returning the Matrix, Row and Column of Matrix (Basic Mat Lab)?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
John wick
el 11 de Ag. de 2019
Comentada: John wick
el 11 de Ag. de 2019
For the questions is there anyway to make the answer looks more clean or better coding?
A(1,3)
B = [1:10; 11:20; 21:30; 31:40; 41:50; 51:60; 61:70; 71:80; 81:90; 91:100; 101:110; 111:120; 121:130; 131:140;]
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 11 de Ag. de 2019
B=reshape([1:140],[10 14])'
8 comentarios
KALYAN ACHARJYA
el 11 de Ag. de 2019
Editada: KALYAN ACHARJYA
el 11 de Ag. de 2019
Yes @Madhan @Stephen Thanks
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!