Statistics
All
RANK
123,446
of 301,287
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
7,298 of 21,220
REPUTATION
140
AVERAGE RATING
5.00
CONTRIBUTIONS
3 Files
DOWNLOADS
6
ALL TIME DOWNLOADS
1252
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How to calculate first 100 Fibonacci numbers?
% code you can try this: clc clear all n=input('n=') j=0; c=1; h=2; d(1)=1; for i=1:n k=c+j; d(h)=k; ...
How to calculate first 100 Fibonacci numbers?
% code you can try this: clc clear all n=input('n=') j=0; c=1; h=2; d(1)=1; for i=1:n k=c+j; d(h)=k; ...
8 years ago | 0







