Code covered by the BSD License  

Highlights from
S-functions x HugeBus with BusObj as Workaround for "Input Bounds are out of range"

image thumbnail
from S-functions x HugeBus with BusObj as Workaround for "Input Bounds are out of range" by Gustavo Baldo Carvalho
Example showing a workaround for "Input Bounds are out of range" using BusObjects.

Runme.m
% by Gustavo Baldo Carvalho
% (GustavoBaldoCarvalho@yahoo.com)
% 05/05/2011
% This files loads all the files for the demonstration
% of S-function generation for Huge Busses using BusObjects
% as the Workaround for "Input Bounds are out of range" 

clc;
clear all;

% Load Bus Objects
TenBusObj;
HundredBusObj;
ThousandBusObj;
TenThousandBusObj;

% Load Simulink Library
Lib;

% Load Simulink example model
example_noBO;
example_noBO_comp;
example;
example_comp;

% display workspace
who;

Contact us at files@mathworks.com