Stefanos
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
217.558
of 295.527
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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/...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 2 Jahre vor | 1 Antwort | 0