フィルターのクリア

Trying to use values from my function file, within a fplot command, is this possible?

1 回表示 (過去 30 日間)
John Doe
John Doe 2014 年 2 月 22 日
編集済み: John Doe 2014 年 2 月 22 日
So i have an matlab .m function file called f.m, which is a function f(x).
I can use the code below to plot the graph
clear; clc
fplot(@f, [10 20])
Is it possible to plot this for instance, between the limits a
where a is defined in my function file?

採用された回答

Mischa Kim
Mischa Kim 2014 年 2 月 22 日
Hello John, the step-size cannot be controlled. Check out this thread for reference.

その他の回答 (0 件)

カテゴリ

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

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by