Question #165
Comment faire un modulo avec MatLab ?
Merged questions
Answer
La fonction modulo mod(n,d)
permet de calculer le reste de la division entière (n/d
) sous MATLAB :
>>> mod (24,5)
4
4 events in history
Question by Alphonsio 09/10/2020 at 04:37:35 PM
Comment calculer le reste de la division entière sous MatLab ?
Question by Alphonsio 09/10/2020 at 04:37:19 PM
Comment faire un modulo avec MatLab ?
Answer by Alphonsio 09/10/2020 at 04:34:29 PM
La fonction modulo mod(n,d)
permet de calculer le reste de la division entière (n/d
) sous MATLAB :
>>> mod (24,5)
4
Question by Alphonsio 09/10/2020 at 04:28:28 PM
Comment faire un modulo (reste de la division entière) avec MatLab ?
# | ID | Query | URL | Count |
---|
Icons proudly provided by Friconix.