Connor Mondock
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
63 865
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
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
I am trying to use the rectangular pulse function, but I am not sure how to use it correctly to solve a Fourier problem.
Ts = 1/100; t = -4:Ts:4-Ts; % Now looking to create the rectangular pulse fx = rectangularPulse(t,2); After this runs, i...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
I am trying to use the trapezoidal rule to compute the flow rate of fluid through a pipe.
clear % Velocity distribution function of the pipe v = 3.9*(1-r./r0).^n; % Area = pi*r^2 % dA = 2*pi*r dr % Q = V dA dr...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I obtain a waveform of a note on MATLAB?
clear audioinfo("Recording_Guitar.m4a") The sampling rate of this note is 48000 f_s = 48000; T = 1/f_s; N = 0.5*f_s; n = @...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I rotate a matrix 45 degrees?
I want to rotate this matrix by 45 degrees: C = [-6 -6 -7 0 7 6 6 -3 -3 0 0 -6; -7 2 1 8 1 2 -7 -7 -2 -2 -7 -7] plot(C(1,:),...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
How would I transform a 5-dimensional vector into a 3-dimensional vector?
How would I transform a 5-dimensional vector into a 3-dimensional vector? An example would be very helpful, but I really do not ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How would I delete rows in a tall matrix to make it into a square matrix?
How would I delete rows in a tall matrix to make it into a square matrix? When given a tall matrix, what can I run to turn that ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
I am trying to create a function that checks whether an element is a matrix or a vector.
I am trying to create a function that checks whether an element is a matrix or a vector. If it is a vector, it should return an ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
coding the drinking game "kings"
I am supposed to code a game as a final project for my class and I was thinking that coding the drinking game "Kings" would be s...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
I keep getting "Manager error -9" and it tells me to run the activation client but I can't find a valid link for the client can I get some help?
I downloaded this through my school (University of Pittsburgh) and I linked my account with the school however I can't find a va...
environ 4 ans il y a | 1 réponse | 0