已回答
How to store the looping values into matrix?
me = rand(1,140); %% matrix 1x140 k = reshape(me,length(me)/length(cd1),length(cd1))'; %% matrix 5x28

12 years 前 | 0

| 已接受

已回答
saving a csv file as a .mat file
if columns have equal number of rows M=csvread('filename.csv') save('filename.mat','M')

12 years 前 | 1

| 已接受

已回答
Help to find my mistake in the code, or tell me what's wrong.
clc clear T0 = [5; 7.5; 10; 12.5; 15; 17.5; 20; 22.5; 25; 27.5; 30]; h0 = [3.3; 7.5; 41.8; 51.8; 61; 101.1; 132.9; 14...

12 years 前 | 0

| 已接受

已回答
Generating multicarrier Input of Sine and Triangular wave
This is for R2010b <http://www.sendspace.com/file/ahd305>

12 years 前 | 0

| 已接受