Hello, I reading help in matlab and i can't create sigmf and i don't know what is a and c parameter? How can create similar it? For example x is between 0 to 255

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 29일
편집: Azzi Abdelmalek 2016년 4월 29일

0 개 추천

x=0:255;
y=sigmf(x,[0.1 127.5]);
plot(x, y)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2016년 4월 29일

편집:

2016년 4월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by