답변 있음
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년 초과 전 | 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...

3년 초과 전 | 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...

3년 초과 전 | 0

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

9년 초과 전