photo

Paolo


Carnegie Mellon University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers