photo

Santosh Prasad Choudhury


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

6 years 前 | 0

已回答
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...

6 years 前 | 0

| 已接受

已回答
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

6 years 前 | 0

已回答
I can´t open simulink
You have licesense or trial version.

6 years 前 | 0

已回答
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...

6 years 前 | 0