specify two matrix in same time
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
mohammed hussein
el 28 de Oct. de 2017
Comentada: mohammed hussein
el 1 de Nov. de 2017
Hi every one
i have this problem if you can help me with
for example :
A=5; AA=[1 2 3;4 5 6;7 8 9];
B=7; BB=[11 12 13; 14 15 16; 17 18 19];
C=12; CC=[21 22 23;24 25 26;27 28 29];
how can i find the maximum number between (A,B,C) witch is (12) and the code show me the second matrix of it directly which is (CC).
thank you
0 comentarios
Respuesta aceptada
Walter Roberson
el 28 de Oct. de 2017
I suspect the answer is https://www.mathworks.com/matlabcentral/answers/359741-how-to-create-an-alphabetical-matrix
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!