New Reply

Attempted to access data1(:,1); index out of bounds because size(data1)=[0,0].

 
Share Thread Thread Tools
Nov10-12, 03:53 PM   #1
 

Attempted to access data1(:,1); index out of bounds because size(data1)=[0,0].


Hi,
I am running a code in matlab process 8 columns and over 500 rows of data but i get the above error.
With 6 columns, the code works well. Your help is important.
 
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Researchers use light projector and single-pixel detectors to create 3-D images
>> GPS solution provides 3-minute tsunami alerts
>> Single-pixel power: Scientists make 3-D images without a camera
Nov10-12, 05:19 PM   #2
 
It sounds like its not understanding your data since it says the size is [0,0] when it should be [500,8]. Could you attach the code?
 
New Reply
Thread Tools


Similar Threads for: Attempted to access data1(:,1); index out of bounds because size(data1)=[0,0].
Thread Forum Replies
VERY simple: String index out of bounds exception Engineering, Comp Sci, & Technology Homework 2
Index out of bounds Programming & Comp Sci 1
Help with finding least upper bounds and greatest lower bounds? Precalculus Mathematics Homework 1
Matlab problem - index out of bounds because numel(temp3)=0 Math & Science Software 14
index out of bounds error...need help..thank you Math & Science Software 0