Statistica
5 Domande
0 Risposte
RANK
173.057
of 300.364
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
0
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
Domanda
How to write this expression in matlab ? Boolean logic
( P ^ Q ) or (~p) (p and q) or ( not p) I do know that and(p,q) is P ^ q and that or(p,q) is P or Q but how do I write ...
circa 12 anni fa | 2 risposte | 0
2
risposteDomanda
How to write this expression in matlab ? p ^ q ^ r
I do know that p ^ q is and(p,q) . But not sure what p q and r is Thank you
circa 12 anni fa | 3 risposte | 0
3
risposteDomanda
How to plot lnx ?
let us say x= [0 1 2 3 4 5 6 7 8 9] and y = ln(x) plot (x,y ) does not work. Is y=ln(x) a wrong statement ?
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
How to specify size of row and column vector
*If we have a row vector A and a column vector B How do we specify the size for both vectors ?*
circa 12 anni fa | 3 risposte | 0
3
risposteDomanda
How can i open a file that the user inputs ?
Is this right ? FileID = input('please enter the name of your file'); fopen(FileID);
circa 12 anni fa | 2 risposte | 0
