photo

Michael


Last seen: circa 4 anni fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 6 anni fa | 1 risposta | 2

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 8 anni fa | 2 risposte | 0

2

risposte