Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Plotting data in GUI Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello. How to plot a data (the data is the output of the function which is starting by callback of Pushbutton) on many axes in Matlab GUI .
eg.
function callback
[data]=my_function() end
on 1 plot - plot(data) on 2 plot - hist(data) on 3 plot - boxplot(data)
but how to get reference to these plots.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!