Community Profile

photo

Anu Raghunathan


Last seen: etwa 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Nested loops- not entering the second loop?
m=2; n=16; A = zeros(m*n,m*n); b = zeros(m*n,1); %interior points for i=2:n-1 disp('first loop:'); disp(i); ...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error with find(X) statement
I'm trying to run a simple calculation to find the non-trivial columns of a unitary matrix. All the unitaries in this case are o...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort