Mostrar comentarios más antiguos
hello fellow can someone find for me (2! + 1) / 2! using matlab...
thanks
Respuestas (1)
Rikard
el 4 de Abr. de 2011
0 votos
it's called factorial! Thus,
(factorial(2) + 1) / factorial(2);
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!