Feeds
문제를 풀었습니다
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
1년 초과 전
문제를 풀었습니다
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as y = A.ⅇ^(-λt)*cos(2πft) where A, λ, and f are scalars and t is a vector. ...
1년 초과 전
문제를 풀었습니다
Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...
1년 초과 전
문제를 풀었습니다
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
대략 2년 전
문제를 풀었습니다
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
2년 초과 전
문제를 풀었습니다
Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...
2년 초과 전
문제를 풀었습니다
Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...
2년 초과 전
답변 있음
How can I generate power spectral density from waveform?
Hi I have found the answer. One should follow the steps laid out in: https://uk.mathworks.com/help/signal/ug/power-spectral-den...
How can I generate power spectral density from waveform?
Hi I have found the answer. One should follow the steps laid out in: https://uk.mathworks.com/help/signal/ug/power-spectral-den...
대략 4년 전 | 0
| 수락됨
질문
How can I generate power spectral density from waveform?
Hello. I would like to generate a waveform in MATLAB according to an equation, and then calculate its power spectral density (PS...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Compare a string against list of other strings
Hello, I would like to understand how to compare a user-inputted string against a list of other strings. I have some extremely ...
4년 초과 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
거의 6년 전


