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!