photo

Michael


Last seen: ongeveer 4 jaar ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 6 jaar ago | 1 answer | 2

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 1

1

answer

Question


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

meer dan 8 jaar ago | 2 answers | 0

2

answers