Create Long Fibonacci String

Create Long Fibonacci String

You are now following this Submission

Create Fibonacci string f_{N}
Description: This function will create Nth Fibonacci string, f_{N} = strcat(f_{N - 2}, f_{N - 1})
Complexity: O(N2^N)
-------------------------------------------------------------------------
Author: Trong Hoang Vo
Date: Jun 03, 2016
Contact: hoangtrong2305@gmail.com (my Gmail)
facebook.com/hoangtrong2305 (my Facebook)
-------------------------------------------------------------------------
The result is in file stringresult.txt

Cite As

Trong Hoang Vo (2026). Create Long Fibonacci String (https://in.mathworks.com/matlabcentral/fileexchange/57491-create-long-fibonacci-string), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

nothing

1.0.0.0

nothing
Nothing