Matrix dimensions must agree.
Ältere Kommentare anzeigen
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 Kommentare
Azzi Abdelmalek
am 17 Aug. 2016
What is the meaning of to meet?
Azzi Abdelmalek
am 17 Aug. 2016
How did you use c?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrices and Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!