photo

giorgos kazas


Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

mehr als 4 Jahre vor | 0

Frage


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 ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten