image thumbnail

updated 23 days ago

Right-Click > Inspect Properties by Mike Anthony

Adds an item to the right-click menu to open the proptery inspector. (gui, modeling, simulink)

RightClickInspect()

sl_customization(cm)

RightClickInspectTest

image thumbnail

updated 30 days ago

GUI for analyzing the effect of PID gains by Rakesh Mandal

To analyze the response of various combination of PID gain on system performance. (automotive, pid controller, simulink)

PID_cc_gain_effects(varargin)

cruisedyn(v, u, gear, theta, m)

cruise_pid_testing

image thumbnail

updated 3 months ago

AutoSizeOnConnect by Mike Anthony

Automatically resizes the number of ports on a block for automatic connection. (autoconnect, simulink, gui)

AutoSize(hand)

AutoSizeOnConnect()

InputAutoSize(hand)

image thumbnail

updated 3 months ago

AutoFromTag by Mike Anthony

Ever wish after creating a GOTO block, you could automatically have a corresponding FROM appear? (gui, modeling, simulink)

AutoFromTag()

sl_customization(cm)

AutoFromTagTest

image thumbnail

updated 3 months ago

AutoName by Mike Anthony

In Simulink, automatically names signals and blocks in certain use cases. (simulink, gui, modeling)

InitInNames()

InitOutNames()

InitScopeNames()

image thumbnail

updated 3 months ago

Differential Drive and Global Positioning Blockset v2.0 by Jahanzeb Rajput

This blockset is for modeling and visualization of the dynamics of differential drive vehicle robot. (simulation, differentials, vehicle robot)

[sys,x0,str,ts]=navigate(t,x,u,flag,velocitya,loada,velocit...

DifferentialDriveVehicleRobotDemo

diffgp

image thumbnail

updated 4 months ago

SIMULATION OF PERMAMNENT MAGNET SYNCHRONOUS MACHINE by Amit Tiwari

THIS FILE IS SIMPLE SIMULATION OF PERMANENT MAGNET SYNCRONOUS MACHINE WITH ITS TORQUE BEING RAMP (simulink, control design, measurement)

machine

image thumbnail

updated 5 months ago

Bit Packet Analyzer by Igal

The Bit Packet Analyzer can be used to analyze bit streams for repeating patterns (e.g. preamble) (communications, signal processing, gui)

BitPacketAnalyzer (inVector, lenPack)

BitPacketAnalyzer_S(block)

BitPacketAnalyzer_gui(varargin)

image thumbnail

updated 7 months ago

Monte Carlo Simulation with Simulink by Ryan G

Select blocks to vary parameters for Monte Carlo Simulation. (control design, simulink, gui)

Monte Carlo Simulation with Simulink

image thumbnail

updated 8 months ago

Send Video from Simulink diretly to MATLAB GUI - Example. by Roni Peer

This simple example shows how you can take a Simulink signal (Video feed), and disply it in a GUI. (matlab, simulink, gui)

sfuntmpl_imaq(block)

simpleGUI_imaq(varargin)

START_HERE.m

image thumbnail

updated 9 months ago

Tabular Expression Toolbox by Colin Eles

A tool for creating tabular expressions in Matlab/Simulink integrating checking with PVS and CVC3. (simulink, cvc3, block)

Creating a new Tabular Expression

Editing a Tabular Expression

Getting Started

image thumbnail

updated 1 year ago

cmtdtool by Yasumitsu Ito

cmtdtool can reduce and automate manual operations required to perform model-based testing. (gui, simulink, utility)

cmtdtool.m

makeEMLTruthTableName(ConditionTable,ActionTable,InputVar,O...

makeharness_compareresults(mdl,data,opts)

image thumbnail

updated 1 year ago

sldvmisscovtool by Yasumitsu Ito

A GUI tool to obtain test cases for missing coverage objectives (gui, verification, utility)

_exportTemplate.m

_importTemplate.m

exportCSVfile.m

image thumbnail

updated 1 year ago

MIDI Controls Block by Charlie

Control Simulink® models with physical knobs, sliders, and buttons on a MIDI control surface. (simulink, midi, control)

rtwmakecfg()

freeverb_midi

midilib

image thumbnail

updated 1 year ago

GUI development for SIMULINK models by Nitin Skandan

A tutorial on integrating GUI developed in GUIDE with SIMULINK model (aerospace, automotive, gui)

InpGUI(varargin)

OpGUI(varargin)

inpgui_sf(t,x,u,flag,Ts)

image thumbnail

updated almost 2 years ago

Decomposition Signal Tool by Andrey V

Application for modeling and analysis of stationary noise signals. GUI in Russian! (signal processing, gui, modeling)

Decomposition.m

image thumbnail

updated almost 2 years ago

AutoSize by Mike Anthony

Automatically resize MIMO blocks upon connection. (modeling, autoconnect, simulink)

AutoSize(hand)

InputAutoSize(hand)

OutputAutoSize(hand)

image thumbnail

updated 2 years ago

Doraemon Helper Block by Peng Xu

A helper block that allow you to add blocks at ease. (simulink, gui, sippey)

addblock2model2( name,root )

enabledora( varargin )

Doraemon

image thumbnail

updated 2 years ago

simlog by Robin Larsson

GUI to enable easy logging of multiple signals in Simulink. Log a complete subsystem with one click. (debugging, gui, simulation)

simlog.m

image thumbnail

updated 2 years ago

AutoConnect by Mike Anthony

Automatically connects MISO, MIMO, and Sink blocks when block is dropped over a line in Simulink. (autoconnect, simulink, modeling)

AutoConnect

image thumbnail

updated 3 years ago

Simulink-GUI Synchronization Example by Will Campbell

Demonstrates how to synchronize GUI and Simulink model settings when user alters one or the other (graphical user interf..., gui example, simulink)

sl_synch_gui(varargin)

sl_synch

image thumbnail

updated almost 4 years ago

Motor de Indução trifásico em regime permanente by José Luis Azcue

Cálculo das grandezas do motor de indução trifásico em regime permanente. (induction motor, gui, calculation of voltag...)

motorinducao.m

image thumbnail

updated almost 4 years ago

Algorithmic Trading with MATLAB - 2009 update by Ameya Deoras

M-file scripts and Simulink models from webinar on 28 May 2009 (algorithmic trading, high frequency, finance)

callnnpiter

ema(x,N)

emstd(X,N)

image thumbnail

updated almost 4 years ago

Numerical Computing with Simulink, Vol. 1 by Richard Gran

This sequel to Numerical Computing with MATLAB explores the mathematics of simulation. (simulation, electromechanical sim..., control)

Fibonacci_Mfile(n)

Heating_Control_GUI(varargin)

NCS_Library(varargin)

image thumbnail

updated 4 years ago

Real time update of simulink variables in GUI by Qadeer Ahmed

Real time upadate of simulink scope data on GUI (Gauge and Axes) (gauge, simulink, gui)

my_gui(varargin)

sfuntmpl(t,x,u,flag)

my_model

image thumbnail

updated 4 years ago

gui_simulink_scope by Nassim Khaled

This file contains a guide_simulink_sfunction interface. It is a fairly easy and simple application. (scope, gui, simulink)

sfun(t,x,u,flag)

simulink_gui_interface(varargin)

simulink_scope

image thumbnail

updated 5 years ago

Simple Plot, Zoom and FFT GUI by Jim Fallon

GUI to select a Simulink output file or workspace variable, m-file outputs or oscilloscope data. Zo (fft, gui, spectral analysis)

GetData_v13(varargin)

QuestionDialog_v01(varargin)

plotFFT_v02

image thumbnail

updated 10 years ago

Using RTW and Compiler by Tan Chin Luh

Stand alone application example using rapid simulation file. (compiler, gui, rapid simulation)

guide302(varargin)

guide302model

image thumbnail

updated 11 years ago

GUI for Simulink Properties by Ikaro Silva

GUI that allows you to browse through the parameters of your Simulink model. (interface, set_param, get_param)

simprop(varargin)

Contact us