photo

Paras Patel


Last seen: 3년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
2 답변

Cody

0 문제
1 답안

순위
12,599
of 300,369

평판
4

참여
0 질문
2 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
167,696
of 168,436

참여
0 문제
1 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer
  • Explorer

배지 보기

Feeds

보기 기준

답변 있음
Why return function min in matlab return two values?
The 2nd value is the index number within the array where the min value is. From the help: [M,I] = min(X) also returns the i...

4년 초과 전 | 0

| 수락됨

답변 있음
How to find data displayed in pcolor using coordinates?
rng(1) z = randn(11); x = -5:5; y = -5:5; [X, Y] = meshgrid(x,y); xq = 1.25; yq = 2.34; hP = pcolor(x,y,z); hold on ...

4년 초과 전 | 0