www.gusucode.com > fixedpoint 案例源码程序 matlab代码 > fixedpoint/ConvertfiObjecttoaStringExample.m

    %% Convert fi Object to a String  
% Convert the |fi| object |a| to a string.   

%%  
a = fi(pi);
str = mat2str(a)