![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27883495_1665475507485_DEF.jpg)
Temidayo Daniel
Followers: 0 Following: 0
Statistica
RANK
123.404
of 297.010
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
I am trying to solve a Matlab Simulink problem
Hello, I am having rrouble with this problem, i tried the constant block, ramp block but didnt work out, can ayone please help m...
9 mesi fa | 2 risposte | 0
2
risposteRisposto
how to solve quadratic equation?
a = input ('Enter the value of the coefficient of x square '); b = input ('Enter the value of the coefficient of x '); c =...
how to solve quadratic equation?
a = input ('Enter the value of the coefficient of x square '); b = input ('Enter the value of the coefficient of x '); c =...
oltre 2 anni fa | 0
Risposto
Odd and even numbers
x = 1:10 Y = zeros(1,10) for i = 1:10 if mod (x(i), 2) == 0 Y(i) = 1; else Y(i) = 0; end end...
Odd and even numbers
x = 1:10 Y = zeros(1,10) for i = 1:10 if mod (x(i), 2) == 0 Y(i) = 1; else Y(i) = 0; end end...
oltre 2 anni fa | 0