Matlab 2014b App Designer camera on axis problem.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello;
Please how can i show images in axes in app designer ? becouse the old way doesn't work :
I use :
" app.Camera = webcam(1); app.Image = snapshot(app.Camera1); app.CameraAxes; % Or gca imshow(app.Image);
But when i use plot command to plot normal set of data it's fine the problem is just with images it shows nothing on axes.
Please Help me.
댓글 수: 0
답변 (1개)
Cesar Rivadeneyra
2015년 11월 21일
I am not sure that the current version of App Designer supports images.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!