Answered
problem using num2str and bin2dec in size
Hi groups(:,1:3:end) %makeing result 32*32 again Try this(Your updated code): data = uint32(randi(2^31,[32,1]));...

13 years ago | 0

| accepted

Answered
For Loop/Nested Loop - using solution to previous iteration in nested loop?
Hello You want for example in n=3 iteration zl be Z computed in n=2 iteration? But with this line your zl is the same for al...

13 years ago | 0

Answered
How can I combine data in multiple excel files an write the combined data in a new excel file?
Hi a=xlsread('name1.xlsx'); b=xlsread('name2.xlsx'); N=[a(1:2,:) b(1:2,:)] xlswrite('New.xlsx',N); files with s...

13 years ago | 1

| accepted