photo

Michael


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

6 years 前 | 1 个回答 | 3

1

个回答

提问


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

7 years 前 | 1 个回答 | 1

1

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答