Feeds
답변 있음
How to generate sinusoidal sine wave using matlab ?
T = 0:0.001:1; % your time vector have a very low sampling frequency Z = 5*sin(25*2*pi*T); plot(T, Z)
How to generate sinusoidal sine wave using matlab ?
T = 0:0.001:1; % your time vector have a very low sampling frequency Z = 5*sin(25*2*pi*T); plot(T, Z)
대략 4년 전 | 0
| 수락됨
질문
How to generate sinusoidal sine wave using matlab ?
I need to plot a sine wave with a frequency of 25 amplitude of 5 time of 0:0.1:1 how do i go about this, thanks
대략 4년 전 | 답변 수: 2 | 0
2
답변답변 있음
Ho to modify Fixed-Point Matlab Function?
Fixed-Point Designer™ software helps you design and convert your algorithms to fixed point. Whether you are simply designing fix...
Ho to modify Fixed-Point Matlab Function?
Fixed-Point Designer™ software helps you design and convert your algorithms to fixed point. Whether you are simply designing fix...
4년 초과 전 | 0
답변 있음
How to matlab display matrix in different way
For example A = magic(3) disp(['The RESULT is: [' num2str(B(:).') ']']) ; Display: The RESULT is: [8 3 4 1 5 9 6 7 ...
How to matlab display matrix in different way
For example A = magic(3) disp(['The RESULT is: [' num2str(B(:).') ']']) ; Display: The RESULT is: [8 3 4 1 5 9 6 7 ...
4년 초과 전 | 0
질문
How to matlab display matrix in different way
matlab display matrix is very problenatic question. my question is How to matlab display matrix as image and Table example: Fo...
4년 초과 전 | 답변 수: 2 | 0