Problem with synchronize files with GUI
Show older comments
Hi all,
I have a problem with Matlab.
I'm importing real-time data from two electrical components are stored in two different txt files.
To represent the parameters of these two files in the same graph, "Matlab" returns the following message:
Warning: While loading an object of class 'timer':
Cell contents reference cell from a non-array object.
> In exportandoArchivo> process at 202
In exportandoArchivo> pushStart_Callback at 126
In gui_mainfcn at 96
In exportandoArchivo at 42
In @ (hObject, eventdata) exportandoArchivo ('pushStart_Callback' hObject, eventdata, guidata (hObject))
I check txt files, and it seems the data import process stops. I also realize parameter operations both txt file, for example:
result (i, 1) = textFile1 (i, 1) + textfile (i, 1);
Therefore, I think that apparently are not fully synchronized and in an instant, a txt file has a different dimension of the other, and this is the error message.
All this, I do it by Matlab GUI
How I can solve?
Thank you very much
1 Comment
Walter Roberson
on 20 May 2015
The warning has nothing to do with a mismatch in file sizes (probably).
We would need to look at the code near line 202 of exportandoArchivo
Accepted Answer
More Answers (0)
Categories
Find more on Environment and Settings in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!