I use the format specifier %.8e to format a single precision 2D array into
an ASCII file, and i wanted to know what other types of format specifiers
i can use. But the help or the manual does not tell which types are valid.
Where can i find out? -or can anyone tell me?
(i use LabVIEW 6.i)
sincerely
/lodahl
% Best regards;Brian Lodahl ; lodahl@kom.auc.dk
% http://www.kom.auc.dk/~lodahl ; RISC group 850;Room A6-118;
% RF Integrated Systems & Circuits (RISC);Aalborg University;
% Frederik Bajers Vej 7;DK-9220 Aalborg Ø;Denmark
clc;s=zeros(1,52);c=[+'a':+'z',' '];f=5;a=clock;a=fix(f*a(6));
while(1)while(1)b=clock;b=fix(f*b(6));if(b~=a)break,end,end,a=b;
str=('my name is brian and i am just another matlab hacker');
k=find(s~=s
tr);n=length(k);if~n,break,end;x=c(ceil(27*rand(1,n)));
s(k)=x;fprintf('\r%s',s);end;fprintf('\n');clear%;clc;str