필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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 CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by