已回答
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 ...

1 year 前 | 0

| 已接受

已回答
"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...

1 year 前 | 1

| 已接受

已回答
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...

1 year 前 | 0

已解决


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

1 year 前

已解决


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

8 years 前