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

回答