photo

giorgos kazas


Last seen: 5년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
1 답변

순위
115,265
of 300,302

평판
0

참여
3 질문
1 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,040

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How can I get the elements from a matrix and use them as the coordinates in another matrix
I have a matrix W=[1 3 4 1 1 2 3 1 ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I create a matrix with the results of a disp function?
J = [0 3 4;3 0 8;4 8 0]; for i =1:numel(J) [i,j] = ind2sub(size(J),find(triu(J==i))); disp([i j]) end I have the ab...

5년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to find the position of the elements of a matrix?
Thank you to everyone for the input. I have also another question. Do you know how can I get the results from "disp([i j])" i...

5년 초과 전 | 0

질문


How to find the position of the elements of a matrix?
I have a 3x3 matrix: J=[0 3 4;3 0 8;4 8 0] and I want to know in which position the elements exist. For example that 8 exists ...

5년 초과 전 | 답변 수: 2 | 0

2

답변