Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

I am trying to compare arrays. But, it throws me an error

1 Ansicht (letzte 30 Tage)
Shambhavi Adhikari
Shambhavi Adhikari am 3 Apr. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I am trying to execute this line as below:
%Data is 13513162x55 table and id is 617x1 double array
index = Data.id==id;
% I am trying to save the values where id is equal to Data.id
The error it throws is:
>> extract_id
Error using ==
Matrix dimensions must agree.
Error in extract_id (line 56)
index = Data.id==id;
Can you help me to solve the issue?
  4 Kommentare
Shambhavi Adhikari
Shambhavi Adhikari am 3 Apr. 2019
size should be values data.id has same as that to id
Stephen23
Stephen23 am 3 Apr. 2019
"size should be values data.id has same as that to id"
I have no idea what that means.
As requested, please give the exact size that you expect the output to be.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by