Statistiques
2 Questions
0 Réponses
RANG
161 759
of 300 352
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 928
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 212
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
What is the discrete transfer function for memory block in simulink
I want to know the z transform of discrete transfer of the memory block used in Simulink.
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
I am trying to replace a integer n if odd by 3 times value plus one or if even replace by half the value and count the steps but the counting does not seem to occur properly
n = input('input the number'); while(n~=1) m=1; if(n>1) if(rem(n,2)==0) n=n/2; else n...
presque 13 ans il y a | 2 réponses | 0
