photo

bribee


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
40,136
of 300,365

평판
1

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
1

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


Matlab Error using .*. Matrix dimensions must agree
Hello! I am trying to run this code but I keep getting error. time_res = 1e-2; T = 15; t_lim = -T:T; N = 40; k = ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to properly call a function in a separate m-file?
I have created the following function in a separate m-file called "fourierCompute.m" function [Ck, Basis, t, x] = fourierCo...

8년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How do I find the Fourier series of a Sawtooth wave?
I have the following sawtooth wave function : T = 2* 4; Fs = 1000; dt = 1/Fs; t=-5:dt:T-dt; x = -sawtooth (pi/2*t, 0.5);...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I recreate this wave using the sawtooth wave function?
I am trying to recreate this plot in matlab using the sawtooth() function. I have a good start, but I'm having a hard time figur...

8년 초과 전 | 답변 수: 1 | 0

1

답변