I can't use sigmf

4 次查看(过去 30 天)
Dani D
Dani D 2016-4-29
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
x=0:255;
y=sigmf(x,[0.1 127.5]);
plot(x, y)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by