Ejike
university of sheffield
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
171 307
of 301 726
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
0
RANG
of 21 402
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 285
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
Feeds
Question
can you use e^(-Ls) in simulink transfer function block
I am trying to simulate a thermostat (temperature control system) using a relay, a P controller and a transfer function block. T...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
the endless while loop how do i avoid it
I have the code below for julia sets. it is supposed to run for less than 3 minutes. However it has kept the computer busy for o...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
pcolor returns error second time around
I ran this code for julia sets with x=-2:0005:2, y=-2:0.005:2 and it worked perfectly. I now changed the values of x and y. and ...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
how do i use imwrite
I have this code that plots a 3D Lorenz attractor. However when i try to write the plot to file using imwrite, it brings up an ...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i use the if statement in a for loop (corrected code)
How do i use the IF statement to achieve my objective. I want the values of n for certain conditions to be output iteratively in...
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
how do i use the if statement in a for loop
How do i use the IF statement to achieve my objective. I want the values of n for certain conditions to be output iteratively i...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i call array elements in a plot3 function
s=10; %sigma b=8/3; %beta r=28; %rho h=0.003; %time step size x=0; %initialize x y=1; z=0; f=zeros(1,3); f=[x y z]; fo...
plus de 13 ans il y a | 1 réponse | 0
