Matrix dimensions must agree.
Mostrar comentarios más antiguos
Hello Dears
I have a 3D matrix like this:
H1([3,4,5,6,7,8],1,6)=1;
So, I defined a variable c like:
c=1000*ones(12,1);
When I use the varıable c, I get the error as follow:
Matrix dimensions must agree.
How should I define the variable c to meet 3D matrix?
Thanks
2 comentarios
Azzi Abdelmalek
el 17 de Ag. de 2016
What is the meaning of to meet?
Azzi Abdelmalek
el 17 de Ag. de 2016
How did you use c?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrices and Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!