Create a function that subtracts b from a if a and b are integers and adds them if they are floats.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers131
Suggested Problems
-
Omit columns averages from a matrix
620 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3707 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
892 Solvers
-
Rounding off numbers to n decimals
5728 Solvers
-
1739 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Too many clues are given in the Solution Template.
Also, Problem Statement is inconsistent with Test Suite (and Solution Template). It should say: "Create a function that subtracts b from a" (not "a from b").
SHOULD BE SUBSTRACTS b FROM A
The problem description has been updated.