BishaRuby - MATLAB Cody - MATLAB Central

BishaRuby

10512
Rank
4
Badges
524
Score
1 – 44 of 44

BishaRuby submitted Solution 3721458 to Problem 2482. Card Game

on 19 Nov 2020

BishaRuby received CUP Challenge Master badge

on 17 Nov 2020

BishaRuby received Community Group Solver badge for Basics on Vectors

on 16 Nov 2020

BishaRuby submitted Solution 3683578 to Problem 1107. Find max

on 16 Nov 2020

BishaRuby submitted a Comment to Problem 12. Fibonacci sequence

I am unsure why this code is not working. function f = fib(n) f(1)=1; f(2)=1; for i=3:n f(i)=f(i-1)+f(i-2); end age=f(n); X=['f is ',num2str(age)]; disp(X) end

on 16 Nov 2020

BishaRuby received Commenter badge for Problem 12. Fibonacci sequence

on 16 Nov 2020

BishaRuby submitted Solution 3668773 to Problem 167. Pizza!

on 15 Nov 2020

BishaRuby received Solver badge for Solution 3660388

on 15 Nov 2020

1 – 44 of 44
Go to top of page