Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
1.862
of 300.364
REPUTAZIONE
36
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
16
RANK
of 168.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
Calculating distance from a refence vector for a matrix
You can use _bsxfun_ to do the subtraction steps in one line as follows: A = [1 2 3; 4 5 6; 7 8 9]; ref = [2 6 8]; di...
Calculating distance from a refence vector for a matrix
You can use _bsxfun_ to do the subtraction steps in one line as follows: A = [1 2 3; 4 5 6; 7 8 9]; ref = [2 6 8]; di...
oltre 7 anni fa | 0
| accettato
Risposto
How do I use Greek letters in fprintf ? Since fprintf uses \ in its argument, I cant write Greek letters in it. Thanks
Try escaping the escape character: fprintf('\\lambda %g\t',10) I know this works to get Greek characters in _sprintf_.
How do I use Greek letters in fprintf ? Since fprintf uses \ in its argument, I cant write Greek letters in it. Thanks
Try escaping the escape character: fprintf('\\lambda %g\t',10) I know this works to get Greek characters in _sprintf_.
oltre 7 anni fa | 16

