How can I use a function created by dfittool?

조회 수: 2 (최근 30일)
Gabs
Gabs 2015년 9월 18일
편집: Walter Roberson 2015년 9월 18일
I created a function for a pdf and normal fit on the dfittool, however, I am not able to call it from my code.
this is the function header:
function pd1 = createFit(LT_k)
and this is how I am calling it
x = createFit(LT_k)
what am I doing wrong?
  댓글 수: 1
Steven Lord
Steven Lord 2015년 9월 18일
What happens when you call it? Do you receive an error or a warning (and if so, what is the FULL text of the error or warning message?) Does it give you a different result than you expect?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Probability Distributions and Hypothesis Tests에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by