photo

PRASHIK GAIKWAD


Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

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

risposta

Domanda


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

1

risposta