datatransfer between 2 GUIs
이전 댓글 표시
Hello Community,
I try to write a programm with 2 GUIs. (with GUIDE) in the first one, datasets will be selected and loaded. in the second one the selected dataset should be plotted, but just an interval aroud the selected idx.
the datasets are very big, and thats the problem.
If i'll pass the dataset as argument to the second GUI and save it to it's workspace, I'll get out of memory.
is there another option, without declarating the dataset as global? i know alignin and evalin, but i'll get bloody fingers with this solution.
채택된 답변
추가 답변 (1개)
Sean de Wolski
2012년 4월 19일
1 개 추천
The dataset class is a value class so unfortunately you can't just pass its handle around.
For data xfer, see the FAQ:
카테고리
도움말 센터 및 File Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!