Unable to perform assignment because the left and right sides have a different number of elements.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Here i am trying to extract the data from Cell, but i getting error.
please help me rewrite the code of the erroe occured.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/470647/image.png)
5 Kommentare
Walter Roberson
am 25 Dez. 2020
What is the value of L ? If it is not 2 then you have a problem. data{i}.X(j,:) would be a vector of length 2 on the right hand side, and the code you posted designates a vector of length L on the left side.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!