Problem with synchronize files with GUI
显示 更早的评论
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 个评论
Walter Roberson
2015-5-20
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!