Community Profile

photo

Stefanos


Last seen: 5개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


How can I call my function myfourier again with inputs specified and not entered from the user?
%Q1 f = input('Please enter function rules for variable segments of the function f:') flim= input('Please enter real num...

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

1

답변

질문


Using the quiver3 function I get multiple not correct vectors. I want to plot a 3D vector stating from x=0, y=0, z=0 to x=4756/1121, y=4767/1121, z=0
figure() [x y z] = meshgrid([4756/1121 4767/1121 0]); u = x; v= y; w= z; quiver3(x, y, z, u, v, w, 'off'); axis equal Usi...

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

2

답변

질문


I am getting an and bn in terms of t even though it is an integration with limits???
for i = 1:N for k= 2:length(flim) an= (2/T)*int((f(k-1))*cos(N*w0*t)),t,flim(k-1),flim(k); an(i)=an; bn= (2/...

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

0

답변

질문


Why I'm I getting results in terms of t for an and bn even though it is an integration with specific limits?
%Excercise 4 syms t syms N %prompt = "Please enter a function rules for variable segments of the function f: "; %'Enter 2D a...

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

1

답변