답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 1

| 수락됨