Clear Filters
Clear Filters

I can't use sigmf

4 views (last 30 days)
Dani D
Dani D on 29 Apr 2016
Edited: Azzi Abdelmalek on 29 Apr 2016
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

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 29 Apr 2016
Edited: Azzi Abdelmalek on 29 Apr 2016
x=0:255;
y=sigmf(x,[0.1 127.5]);
plot(x, y)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!