Community Profile

photo

Connor Mondock


Last seen: oltre un anno fa Attivo dal 2020

Statistiche

  • Thankful Level 2

Visualizza badge

Content Feed

Visto da

Domanda


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...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 = @...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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,:),...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 0 risposte | 0

0

risposte