필터 지우기
필터 지우기

Can't click on the figure window

조회 수: 2 (최근 30일)
Muhtasim Ahmed
Muhtasim Ahmed 2019년 3월 20일
댓글: Jan 2019년 3월 27일
I get the figure I want but can't click on the figure 2 window.
Here is my code for the ploting part:
figure(2);
plot(time,answer);
set(gcf, 'Position', [1000,1000,1000,1000]);
subplot(3,2,i);
plot(time,answer);
title(['R=' num2str(R),],'fontsize',22);
hold on;
grid minor;
  댓글 수: 2
Abhishek Singh
Abhishek Singh 2019년 3월 27일
Can you please attach your 'time' and 'answer' file here? So one could reproduce and see where the error is
Jan
Jan 2019년 3월 27일
@Muhtasim Ahmed: Please explain the problem with more details. Of course you can click on the figure 2, or did you loose your mouse? Mention, what happens, when you click on the figure and what you want to happen instead.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by