photo

Rosi


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Matrix inverse with numbers and letters
I´m not sure about what you want to do, but this could be one way for solving your problem. syms a b c d A = [a 1 2 b; 0 4...

mehr als 8 Jahre vor | 0

Frage


Covariance matrix of complex numbers
For complex complex random variables, is the covariance calculated by Matlab the conjugate of the real covariance?

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Importing data from text file
You can use the next fuction, too: A = load('NameFile.txt'); the information will be stored into variable A.

mehr als 9 Jahre vor | 0