photo

Temidayo Daniel


Last seen: 11 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

1 Question
2 Réponses

RANG
220 165
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
1 Question
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

plus d'un an il y a | 2 réponses | 0

2

réponses

Réponse apportée
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 =...

environ 3 ans il y a | 0

Réponse apportée
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...

environ 3 ans il y a | 0