How to write a function to test for positive or negative numbers
Show older comments
Hi! I need to write a function that takes in numerical data as input argument and prints a message to the command window stating if the number is positive, negative or zero.
Accepted Answer
More Answers (3)
Rik
on 4 Oct 2017
0 votes
Have a look at the function sign, or solve this with if, elseif and else.
For printing text to the terminal, you can use disp or fprintf.
If you have trouble using one of these functions, you can open the documentation with doc FunctionName
Yenchia Feng
on 30 Dec 2020
Try
doc sign
Hope this helps!
suvam
on 22 Aug 2023
0 votes
check whether an alphabet is vowel or consonant
1 Comment
This is not an answer to the question about positive an negative numbers. Why would you hide a question in an old unrelated thread unless you want nobody to answer it?
If you have a question, ask a question. Provide enough specific information about the task so that others know what your requirements are. This is relevant, because the question you've asked requests a misrepresentation of what vowels and consonants are. It really only warrants the naive answer. If you want something other than a naive, generally wrong answer, the problem isn't simple anymore, and you need to be more specific about what you're calling a "vowel".
See also PLL's comment on that answer.
... also, nobody said we're talking about english.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!