photo

PRASHIK GAIKWAD


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
282,860
of 300,429

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,976

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,781

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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'...

7 years ago | 1 answer | 0

1

answer

Question


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; ...

7 years ago | 1 answer | 0

1

answer