Multi-Slider Source
Nessuna licenza
% Description:
%
% multi_slider_source(noSlider)
% requires only noSlider(number of the Sliders,scalar),
% it generate a source block with outputs = noSlider.
%
% multi_slider_source(low,high)
% requires low and high values in form of row vector,
% it generate a source block with outputs = length(low), the size of low
% and high should be the same, and high > low should be fulfilled.
%
% multi_slider_source(low,high,gain)
% requires low, high and gain values in form of row vector, it generate
% a source block with outputs = length(low), the size of low, high, and
% gain should be the same, and high > gain > low should be fulfilled.
%
% multi_slider_source(low,high,SliderLabel)
% requires low, high values in form of row vector and SliderLabel in form of
% string cell array, the size of them should be the same, and high > low
% should be fulfilled.
%
% multi_slider_source(low,high,gain,SliderLabel)
% requires low, high, gain values in form of row vector and SliderLabel in
% form of string cell array, the size of them should be the same, and
% high > gain > low should be fulfilled.
Cita come
Po Hu (2025). Multi-Slider Source (https://it.mathworks.com/matlabcentral/fileexchange/8042-multi-slider-source), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
