photo

Sudipta Saha


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
204,733
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

View by

Question


Hello! I have x,y and z data (they are column matrices) and I need to plot a contour.
MATLAB needs Z to be a Matrix (at least 2x2) , not a vector. But all I have a Nx1 data for z. What should I do?

8 years ago | 1 answer | 0

1

answer

Question


How can I put index number of matrix itself?
Say, n is my input variable. It will create nxn matrix. So if I have 5 values of n, 5 matrix of different dimensions will be cre...

9 years ago | 2 answers | 0

2

answers

Question


Use of fopen in for loop
I want to create data file in matlab. for single array i have written: fid = fopen('uN.dat','w'); fprintf(fid,'%6.8f\n',...

11 years ago | 1 answer | 0

1

answer