photo

Nikhil Kumar


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
243,492
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

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

  • Thankful Level 1

View badges

Feeds

View by

Question


How to exit CMD windows after calling Raven.exe inside a loop in a MATLAB code?
Each time I run the code,for each part of the loop, while calling Raven.exe, a CMD window opens and not close automatically. I e...

9 years ago | 1 answer | 0

1

answer

Question


Can anybody edit this code such that everytime loop runs, line gets printed to the row next to the already printed row in results.csv file?
N=1; for I=0.1:0.8:0.9 for J=0.1:0.8:0.9 for K=1:9:10 fid = fopen('results.csv', 'w'); str2pr...

9 years ago | 2 answers | 0

2

answers

Question


How can I optimize the value of 3 parameters simultaneously to get the simulation daily output almost equal to the measured daily output?
Hi! I am new to Matlab. I have to read a parameter file, I have to change the value of three parameters such that the daily outp...

9 years ago | 1 answer | 0

1

answer