photo

Aru hazari


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
254,613
of 298,545

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,613

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 161,622

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


how to select an axis using mouse click?
I have 2 axes in the gui figure window. I want to plot the data on the selected axis. The selection is to be done with a mouse c...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


how to save the value of each iteration in a loop for later use in the program?
My code is: a=input; b=input; while(1) c=statement; if(x>0) s=a-c; a=altered a; else break; ...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


I was building an algorithm and got stuck here, I am not able to go back to the while loop after the if statement evaluates to true. Could you please help me. My code is as follows
a=input b=input while(1) c=statement;[m,n]=size(c); x=0; for i=1:m for j=1:n ...

대략 10년 전 | 답변 수: 2 | 0

2

답변