フィルターのクリア

Could any body check my work? (Plot the function)

1 回表示 (過去 30 日間)
John wick
John wick 2019 年 8 月 24 日
コメント済み: John wick 2019 年 8 月 24 日
x = [-56:64];
y = [3.*x^2-5.*x-6];
plot(x,y,'--r','LineWidth',0.5)
xlabel('e')
ylabel('n')
title('kg')
Is this the proper answer for the question? Is there anything I should change for it to become the correct answer?
Question assignment.jpg

採用された回答

madhan ravi
madhan ravi 2019 年 8 月 24 日
Your x and y doesn’t need square brackets. Check your title once again.
  9 件のコメント
madhan ravi
madhan ravi 2019 年 8 月 24 日
https://in.mathworks.com/matlabcentral/answers/477409-could-any-body-check-my-work-plot-the-function#comment_738540 - probably reading that link in the comment should help you understand basically you’re still stuck in the fundamentals of MATLAB.
John wick
John wick 2019 年 8 月 24 日
I still need to improve more, I will read and try to understand it from the link you gave me. Thank you so much for helping me all this times!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by