photo

Santosh Prasad Choudhury


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
13,156
of 300,499

REPUTATION
4

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Problems using hold on when plot figure
colors = repmat('krgbmc',1,300) ; Rtot =20; L = 0:0.01:200 ; KDs = 10:20:90 ; figure hold on for i=1:length(KDs) KD...

7 years ago | 0

Answered
Problems using hold on when plot figure
Please replace your code by figurelegend{i} = ['K_D = ', int2str(KD),'uM']; and you are creating somany figures? Please let m...

7 years ago | 0

| accepted

Answered
How to create a minus counter
Please try to check the user data deafult value and how you validate them for value less than 0? please let me know

7 years ago | 0

Answered
I can´t open simulink
You have licesense or trial version.

7 years ago | 0

Answered
can u tell me how to extract first 5 columns and draw a subplot
save all data into individual variables respectively. subplot(1,6,1); plot(time,speed,'r'); legend('Speed'); xlabel('Time[se...

7 years ago | 0