Multi-Slider Source

Version 1.0.0.0 (6.29 KB) by Po Hu
MULTI_SLIDER_SOURCE generate the manual slider source block.
1.1K Downloads
Updated 15 Jul 2005

No License

% 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.

Cite As

Po Hu (2024). Multi-Slider Source (https://www.mathworks.com/matlabcentral/fileexchange/8042-multi-slider-source), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Simulink Environment Customization in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0