Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Asyncrhonic updating of a table

조회 수: 1 (최근 30일)
Dvir Haberman
Dvir Haberman 2019년 7월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
I have a large table which I save results into.
When saving the results I don't really care what is in the table, I just want to put the result to the last line so I'm interested in a process which can do that in an asynchronic manner without blocking the user from interacting with the GUI until it's done saving.
Thanks!
  댓글 수: 1
Adam Danz
Adam Danz 2019년 7월 29일
편집: Adam Danz 2019년 7월 29일
"When saving the results I don't really care what is in the table, I just want to put the result to the last line "
That's fairly straightforward. Are you storing the data in a table variable or a uitable? Do you know the maximum number of rows and number of columns? Could you provide a small example of the table so we can see what kind of variables you're saving?
"...so I'm interested in a process which can do that in an asynchronic manner without blocking the user from interacting with the GUI until it's done saving."
The last part is achievable but what do you mean "in an asynchronic manner"?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by