photo

Michael


Last seen: alrededor de 4 años hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Using end as argument to function
So today i noticed something i think is weird. Say i define an anonyomous function. f = @(x) ... Now if i input f(end) ...

más de 6 años hace | 1 respuesta | 2

1

respuesta

Pregunta


How does regress deal with NaN?
Hello. I have a question about how the regress function deals with NaN. I know that it handles them as missing values and igno...

más de 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


suppressing output from user defined function
function f=fib(n); f=ones(n,1); for i=1:n-2; f(i+2,1)=f(i+1,1)+f(i,1); end; i have this function to c...

más de 8 años hace | 2 respuestas | 0

2

respuestas