bio_img_simulink

Guy on Simulink

Simulink & Model-Based Design

Posts 11 - 20 of 24

搜索结果: Commands

Logging Simulation Data in Timetable format

In case you did not notice, MATLAB R2016b introduced a new type of table: timetables. Because Simulink logs data over time, we decided in R2017a to give the possibility to use this format for signal... 更多内容 >>

Simulating models in parallel made easy with parsim 23

Some time ago, I wrote a series of posts to highlight the different factors to take into account when trying to run simulations in parallel. In R2017a, we are making it significantly easier with the... 更多内容 >>

Getting the Value of Mask Parameters 7

Today I want to share a trick I recently found out. The Problem: Getting the Value of Nested Mask Parameters I want to write a script that will look in a model for blocks of a particular type,... 更多内容 >>

Simulation Metadata! 1

Did you notice that in R2015a, simulations now have metadata in their output? What is simulation metadata? The getSimulationMetadata method of the Simulink.SimulationOutput object returns a... 更多内容 >>

Special Vintage: Differential Equation Editor 5

This week I feel like an archaeologist who just dug out a new species of dinosaur! I discovered the Differential Equation Editor... Differential Equation Editor Try typing dee in MATLAB. This... 更多内容 >>

Flexible Bodies in SimMechanics 9

This week we see how to create flexible bodies in SimMechanics. For that, we will use techniques seen in previous posts like Building Models with MATLAB Code and Self-Modifying Subsystems.... 更多内容 >>

Model Explorer or Command Line? 5

Today I would like to ask you a question. This week I received a large model where I wanted to find all the Lookup Table blocks and modify their Index Search Method parameter. Since the model was... 更多内容 >>

Dynamics Mask Icons for Subsystem Variants 14

Today I will illustrate how to combine two features I like: Subsystem Variants and Masking. The Question I created a subsystem with two variants and I have specific masks for each... 更多内容 >>

Different Results in Accelerated Mode Versus Normal Mode 8

By Guy Rouleau This week I received a large model giving different results when used as a referenced model in Accelerated mode, compared to the Normal Mode. To give you an idea, the top model in... 更多内容 >>

How to customize the Simulink Scope! 21

/* Publisher style MATLAB code */ pre.codeinput { background: #EEEEEE; padding: 10px; } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword {color:... 更多内容 >>

Posts 11 - 20 of 24