Community Profile

photo

Santosh Prasad Choudhury


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

| akzeptiert

Beantwortet
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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0