Viewing profile — octavefb
octavefb
HN member- Joined
- Fri, Nov 02, 2018, 9:30 AM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About octavefb
No profile information was provided.
Recent public activity
-
comment
Comment #18361668
octave a=[1:100]; b=strcat({'','fizz'}([1+!mod(a,3)]),{'','buzz'}([1+!mod(a,5)])); a=num2cell(int16(cellfun(@isempty,b)).*a); b(cellfun(@isempty,b))=0; strcat(b,a)