Need help plotting the parabolic signal
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
回答(1 个)
Image Analyst
2023-9-23
Hint:
n = linspace(0, 10, 1000);
Then stem. The derivatives can be computed analytically from the formula for n (what I'd do), or you can use the diff function.
This looks like a homework problem. If you have any questions ask your instructor or read the link below to get started:
Obviously we can't give you the full solution because you're not allowed to turn in our code as your own.
Invest 2 hours of your time here: MATLAB Academy - Free 2 hour training
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!