Software Listing of Author : "Po Hu"
- Multi-Slider Source
- License: Freeware
- Price: 0.00


% 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. % %...
- Platform: Matlab, Scripts
- Multi-Slider-Source ver(Scripts)
- License: Freeware
- Price: 0.00


MULTI_SLIDER_SOURCE generate the manual slider source block. Syntax: multi_slider_source1p7(noSlider) multi_slider_source1p7(low,high) multi_slider_source1p7(low,high,gain) multi_slider_source1p7(low,high,SliderLabel) multi_slider_source1p7(low,high,gain,SliderLabel) multi_slider_source1p7(noSlider) requires only noSlider(number of the Sliders,scalar), it generate a source block with outputs = noSlider. multi_slider_source1p7(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_source1p7(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...
- Platform: Matlab, Scripts
- Simulink Block Alignment Tools
- License: Shareware
- Price:


This is a GUI tool for the alignment of Simulink blocks.
- Platform: Matlab, Scripts
- Simulink LED
- License: Freeware
- Price: 0.00


Simulink LED Used to display status of signal. 'Outport' Checkbox is for displaying the current value, the user can connect the outport with a display block, the value from the outport of LED is equal to the inport. The range syntax: (-inf 1] (0.5 0.7) [0 1] (2 inf) please make sure that the '-inf' and 'inf' are always with brackets '(' and ')'. Hint: Using with only one Range (should be Range1), please leave Range2 being empty.
- Platform: Matlab, Scripts