Stefanos
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
217 555
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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/...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0