Plotting a function with a range of values

I have coded a function, f(x). For any input, x, my function works correctly. However, when I try to insert a range of x (i.e. x = -10:10), the function doesn't work. There is no error. The output values are just incorrect. Has anyone had this happen to them? Any suggestions on how to fix this issue?

 採用された回答

KSSV
KSSV 2018 年 10 月 3 日

0 投票

I assume...you need to include the element by element operations of MATLAB. Like .* and .^. When you have array, you need to follow up the element by element operations. Read more here: https://in.mathworks.com/help/fixedpoint/ref/times.html
If the error is not due to above reasons. YOu need to show us the code.

3 件のコメント

tsmart15
tsmart15 2018 年 10 月 3 日
I figured it out. Thank you for your help!
KSSV
KSSV 2018 年 10 月 3 日
What was the issue?
tsmart15
tsmart15 2018 年 10 月 3 日
I forced the input to accept arrays, which allowed for the range of values for x and individual values for x.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGraphics Performance についてさらに検索

製品

質問済み:

2018 年 10 月 2 日

コメント済み:

2018 年 10 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by