Beantwortet
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 ...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
"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...

mehr als 3 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 3 Jahre vor | 0

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 9 Jahre vor