PRASHIK GAIKWAD
Followers: 0 Following: 0
Statistica
2 Domande
0 Risposte
RANK
122.384
of 295.673
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 154.257
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 create .dat file using matlab
%% Given data begin = 1; step = 10; end_data = 100; n1 = begin:step p1 = isprime(n1) n1(p1) data = p1; save 'myfile.dat'...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to solve matrix dimension must agree error in the following program.
d = 100; r = mod(a,b); for a = 2:1:d c = 0; for b = 1:1:a if r == 0 c = c+1; ...
circa 6 anni fa | 1 risposta | 0