Answered
vertical concatenate strings in msgbox
Each one of those isn't a string. If you look at D, F, B, and N in your workspace they are character vectors. For example, if I ...

3 years ago | 0

| accepted

Answered
"theta" is defined inside of the statement, but when I run my code it gives me an error saying that " 'theta' is not a recognized function or variable'. Any solutions?
x is a vector so when you say "if x > 0" it is returning a logic vector of the locations where that is the case. You need to loo...

3 years ago | 1

| accepted

Answered
How to merge and slice arrays of different sizes?
I'm not totally sure if you mean add it as a new row to the second array or append the first array to the end of the second. If...

3 years ago | 0

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

3 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years ago