Feeds
提问
Matlab making function slow when in for loop
I have a function that i wrote that does some kind of regression. The function takes 2 arguments as input, the number of samples...
10 years 前 | 1 个回答 | 0
1
个回答提问
solve is returning symbolic value.
i am using the solve function but i am getting weird symbolic result instead of getting the interval i want. how can i solve thi...
11 years 前 | 1 个回答 | 0
1
个回答提问
how can i solve the error "Undefined function 'sign' for input arguments of type 'sym'."
i have the following function function [S] = Signfunciton(f,a,b) v=-a:0.5:b; S= f(v); S=sign(S); then i give it in...
11 years 前 | 2 个回答 | 0