You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
- Version 1.1.0.0 (2.23 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
