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 Solvers135
Suggested Problems
-
Matrix indexing with two vectors of indices
782 Solvers
-
Convert from Base 10 to base 5
325 Solvers
-
Returning a "greater than" vector
278 Solvers
-
410 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
605 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.