Ryan G

MathWorks

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

0 Fragen
297 Antworten

File Exchange

1 Datei

Cody

0 Probleme
25 Lösungen

RANG
179
of 300.365

REPUTATION
650

BEITRÄGE
0 Fragen
297 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
131

RANG
3.253 of 20.933

REPUTATION
494

DURCHSCHNITTLICHE BEWERTUNG
4.00

BEITRÄGE
1 Datei

DOWNLOADS
8

ALL TIME DOWNLOADS
4897

RANG
20.178
of 168.262

BEITRÄGE
0 Probleme
25 Lösungen

PUNKTESTAND
260

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • 12 Month Streak
  • Thankful Level 1
  • Pro
  • Revival Level 1
  • Knowledgeable Level 4
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Monte Carlo Simulation with Simulink
Select blocks to vary parameters for Monte Carlo Simulation.

etwa 9 Jahre vor | 8 Downloads |

4.0 / 5
Thumbnail

Gelöst


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

etwa 10 Jahre vor

Gelöst


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

etwa 10 Jahre vor

Gelöst


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

etwa 10 Jahre vor

Beantwortet
I am using Matlab R2011a. I am creating any circuit model in Simulink, and after I simulate, an error log opens saying initialisation commands cannot be evaluated, hw to solve?
Based on the error it sounds like you are utilizing SimPowerSystems. Those blocks require the powergui to determine the solver....

mehr als 10 Jahre vor | 1

| akzeptiert

Beantwortet
How to include a slider GUI in a Simuink Model?
You could potentially build a slider as part of a <http://www.mathworks.com/help/simulink/gui/parameters-pane.html mask>. Oth...

fast 11 Jahre vor | 0

Gelöst


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

etwa 11 Jahre vor

Beantwortet
I need a simulink modeling T.C.S (Traction controll system ) or A.B.S (Anti brake System)
There is a complete car model available: http://www.mathworks.com/help/physmod/sdl/ug/complete-car-model-and-simulation.h...

mehr als 11 Jahre vor | 1

Beantwortet
Calling Planetary EphemerisSimulink Block From .m file. The resulting output is unclear.
Did you try starting from the example? Implement the position and velocity for Saturn with respect to the Solar System baryce...

mehr als 11 Jahre vor | 1

Beantwortet
How does the (Embedded) MATLAB Function work in Simulink
Thanks for the well written questions. 1) The function regenerates anytime you change the MATLAB function or parameters withi...

mehr als 11 Jahre vor | 1

Beantwortet
How to use SISO Design tool for a simulink model?
If you're using R2012b or later, in Simulink go to analysis -> Control Design -> Control System Designer. It's a big more a...

mehr als 11 Jahre vor | 1

| akzeptiert

Beantwortet
List containing all parameters that can be set by set_param
ParameterCellArray = get_param(gcb, 'DialogParameters') returns a cell array containing the names of the Object dialog pa...

mehr als 11 Jahre vor | 2

| akzeptiert

Beantwortet
symbolic state space representation & transfer function
Symbolic representation is not compatible with the controls tools. You would have to do this manually.

mehr als 11 Jahre vor | 0

| akzeptiert

Beantwortet
Changing Simscape Block Properties during simulation
Depending on your implementation this may work (post a picture of what you've got or upload a model for better answer). You c...

fast 12 Jahre vor | 1

Beantwortet
quick loging and un-logging of Simulink signals
From 13b release notes: http://www.mathworks.com/help/simulink/release-notes.html Data Management Streamlined selection...

fast 12 Jahre vor | 0

| akzeptiert

Beantwortet
Can a Switch block handle signals of Mux?
Without fully understanding your setup, all inputs to a switch must have the same size. For example, if you have a mux with 2 e...

fast 12 Jahre vor | 0

Beantwortet
Contact modeling between two bodies
I'm not sure the ideal way to do this, but off the top of my head I think you would want to set up a conditional for when they c...

fast 12 Jahre vor | 1

| akzeptiert

Beantwortet
how can i see the live value on my Simulink Modell during Simulation
Try <http://www.mathworks.com/help/simulink/ug/displaying-block-outputs.html show port value display>

fast 12 Jahre vor | 0

Beantwortet
Modelling a Quadrotor with Simmechanics
Depending on what you're looking to do, this can be done with either Aero Blks or SimMech. From scratch, aero blks is easier be...

fast 12 Jahre vor | 0

Beantwortet
Simulink rapid acceleration creates temp files which fill drive
What's your parfor loop look like? You might be able to do something like parfor i = 1:100 eval(['myOutput' num2str...

fast 12 Jahre vor | 0

Beantwortet
Reported 'algebraic loop error' when I was using feed back in logic simulation.
http://www.mathworks.com/help/simulink/ug/simulating-dynamic-systems.html#f7-19688 Long story short, the input of the highlig...

fast 12 Jahre vor | 0

Beantwortet
Is it possible to estimate the Transport Delay within a Simulink model using the Simulink Design Optimization toolbox?
You can set the delay in the transport to a workspace variable. You can then bring the workspace variable into the optimization...

fast 12 Jahre vor | 0

| akzeptiert

Beantwortet
Brewery Manufacturing Process Simulation
Try <http://www.mathworks.com/help/simevents/ug/generating-multiple-entities-at-simulation-start.html generating entities at sim...

etwa 12 Jahre vor | 1

Beantwortet
How do you represent contact with the ground in simscape?
You want the <http://www.mathworks.com/help/physmod/simscape/ref/translationalhardstop.html translational hard stop> block. ...

etwa 12 Jahre vor | 0

Beantwortet
Documentation for expamples on simulink for beginners
I would start with the Simulink examples on the <http://www.mathworks.com/products/simulink/examples.html?s_tid=sima_nav_ve prod...

etwa 12 Jahre vor | 0

Beantwortet
Simulink with Simscape make mistake while calculating derivative
It appears to be a units issue, at least with your understanding of the mathematics. Put the frequency in as 1/(2*pi) hz, equiv...

etwa 12 Jahre vor | 0

Beantwortet
How to process mat-files saved by Simulink Data Inspector in Matlab?
You should check out the <http://www.mathworks.com/help/simulink/ug/record-and-inspect-signal-data-programmatically.html SDI API...

etwa 12 Jahre vor | 0

Beantwortet
[Simulink] Rate limiter dynamic with a variable-step solver
You could put a rate transition on the input signal to the block. This would make the input signal fixed sample time and resolv...

etwa 12 Jahre vor | 0

Beantwortet
Rate Limiter Block Error
Try changing the sample time of the step to either -1 or a sample rate. The problem is the default rate is 0, which is neither ...

etwa 12 Jahre vor | 1

Beantwortet
Why is their an offset when I intergrate a simple sin(1*x) in simulink using the (1/s) block?
You need to set the <http://www.mathworks.com/help/simulink/slref/integrator.html initial condition> of the integrator. I belie...

etwa 12 Jahre vor | 0

Mehr laden