Problem 45241. Question 1
Implement a function named q1 with one input argument named n. This function should return the multiplication of all odd numbers between 1 and n, where n is a positive integer. If n is not a positive integer, the output of this function should be the logical false.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
- 
         Back to basics 21 - Matrix replicating 1751 Solvers 
- 
         Given a matrix, swap the 2nd & 3rd columns 1211 Solvers 
- 
         Create Vector containing following elements 140 Solvers 
- 
         Create a square matrix of zeros of even order 159 Solvers 
- 
         
         166 Solvers 
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!