I need help coding a problem for a matlab class
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示

5 件のコメント
Zachary Tubbs
2020 年 9 月 24 日
Steven Lord
2020 年 9 月 24 日
If you show us the code you've written to try to solve the homework problem and ask a specific question about where you're having difficulty we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
David Hill
2020 年 9 月 24 日
Look at input(), plot()
t=0:.01:5;
h=%your equation
Zachary Tubbs
2020 年 9 月 24 日
David Hill
2020 年 9 月 24 日
damping=-1;
while damping < 0
damping=input('Enter starting damping coeffecient (greater than zero)');
end
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

