Feeds
提问
Matlab keeps saying this matrix is undefined?
function [Crash,D_min] = crash_func (t, x, P_S, P_N, N_S, N_N) % D_min: minimum distance between NS and E cars % x i...
9 years 前 | 1 个回答 | 0
1
个回答已回答
Output arguments not getting assigned?
I fixed it. z = z<num; was messing up the initialization of vector z. I didn't need this line anyways.
Output arguments not getting assigned?
I fixed it. z = z<num; was messing up the initialization of vector z. I didn't need this line anyways.
9 years 前 | 0
| 已接受
提问
Output arguments not getting assigned?
I keep getting the error Output argument "prime2" (and maybe others) not assigned during call to "sum_of_primes". Can someone ex...
9 years 前 | 2 个回答 | 0
