Risposto
Dataset signal logging from Signal Viewer?
Tried this in 13a and it does not appear to work. You can right-click the signal, go to properties and enable signal logging fo...

circa 11 anni fa | 0

Risposto
Error: "Number of variables exceeds number of equations." Probably a mistake in my code, but where?
Sounds like you understand the basics of the error. Without digging to deep I see 4 variables and maybe 2 or 3 equations (I'm n...

circa 11 anni fa | 0

Risposto
Get a parameter from a masked subsystem
Are you receiving the variable name or the value. If you receive the number you can execute str2num(); on the result. ...

circa 11 anni fa | 0

Risposto
Control Design: Linearization at multiple operating points simultaneously
It may be possible, I looked and couldn't figure it out right away, but let me describe a workflow that you may find better long...

circa 11 anni fa | 0

Risposto
linearizing a power system model
If you have Simulink control design you can use the linearize command to <http://www.mathworks.com/help/slcontrol/ug/linearize-a...

circa 11 anni fa | 0

Risposto
Can I use SimMechanics to model cell mechanics?
SimMechanics may be able to help with some of this, but it sounds like general Simscape (required for SimMechanics) will be a gr...

circa 11 anni fa | 0

| accettato

Risposto
Simulink multiplication problem required.
Perhaps I don't understand the question, but this sounds relatively trivial. Check out the <https://www.mathworks.com/company/e...

circa 11 anni fa | 0

Risposto
Kinect adaptor for Matlab 2013a
On the main MATLAB window on the toolstrip there is an add-ons button on the very right. Click that and see if you find it ther...

circa 11 anni fa | 0

Risposto
Robot Kicker (Warning: Imaginary parts of complex X and/or Y arguments ignored)
You can try <http://www.mathworks.com/help/matlab/matlab_prog/debugging-process-and-features.html debugging your program>

circa 11 anni fa | 0

Risposto
I wanna trigger a subsystem when it sees rising edge for the first time and disable the subsystem permanently when it sees the falling edge for the first time. How can we achieve this using Enable & triggered subsystems block?
This actually isn't to tough to implement with an extra enabled subsystem. Long term, if you have a lot of logic controlling th...

circa 11 anni fa | 0

Risposto
how can i change the matrix block in Simulink?
You can build the system as you would any other ode. You can use a <http://www.mathworks.com/help/simulink/ug/about-lookup-tabl...

circa 11 anni fa | 0

Risposto
Load File into a Block
If you select the block then type get_param(gcb,'DialogParameters') into MATLAB it will tell you the options you can ch...

circa 11 anni fa | 0

| accettato

Risposto
Eqivalent rigid body rotation from translation and rotation
I'm not sure how you convert a translation into a rotation, but there are a <http://www.mathworks.com/help/aerotbx/axes-transfor...

circa 11 anni fa | 0

Risposto
Gas Turbine Temperature Calculation
The Aerospace Toolbox has an example of <http://www.mathworks.com/help/aerotbx/examples/determining-heat-transfer-and-mass-flow...

circa 11 anni fa | 0

Risposto
How can i get eigen values from simulink model
You can use the <http://blogs.mathworks.com/seth/2011/12/14/welcome-to-the-linear-analysis-tool/ linear analysis tool> to first ...

circa 11 anni fa | 0

Risposto
help for using simulink and usrp
You are calling imread extrinsically and it will return a variable of type mxArray back to the MATLAB function. This cannot be ...

circa 11 anni fa | 0

| accettato

Risposto
GUI with the Real-Time Target
What is the real-time target? Real-time windows target, xPC or something else? Are you trying to use get/setappdata in the ...

circa 11 anni fa | 0

Risposto
How can I dynamically change a value of resistance during SimPowerSystems simulation?
You want to use the <http://www.mathworks.com/help/physmod/simscape/ref/variableresistor.html variable resistor> from the base S...

circa 11 anni fa | 0

Risposto
Speed control of a Pneumatic /Air turbine Motor
There is a <http://www.mathworks.com/help/physmod/simscape/examples/pneumatic-motor.html simscape exmaple> that may get you star...

circa 11 anni fa | 1

Risposto
How to make a script wait for a background process to complete before continuing
You may be able to implement the <http://www.mathworks.com/help/matlab/ref/waitfor.html waitfor> command along with the system c...

circa 11 anni fa | 0

Risposto
Change Simulink block colors (Display, MATLAB Function)
You could probably work something out with this <http://www.mathworks.com/matlabcentral/fileexchange/34686-a-custon-display-like...

circa 11 anni fa | 0

Risposto
how can store signal in real time for period time?
It sounds like you want to store or read data while an event is occuring (as defined by you) and when the event is not occuring,...

circa 11 anni fa | 0

Risposto
can MATLAB is use for Kinect for windows product?
There is something on the <http://www.mathworks.com/matlabcentral/fileexchange/30242-kinect-matlab flie exchange> to connect to ...

circa 11 anni fa | 0

Risposto
how to make this matlab simulink block diagram
<http://blogs.mathworks.com/seth/2008/05/23/how-to-draw-odes-in-simulink/ Modeling ODEs in Simulink> should help you get started...

circa 11 anni fa | 1

| accettato

Risposto
How to pause matlab a specific amount of time between iterations??
You could enter a while loop until you are able to retrieve the data. You could also potentially use a <http://www.mathwork...

circa 11 anni fa | 0

Risposto
How to integrate generated simulink model code into own project
It sounds like your controller is the portion outside of simulink here. How are you interacting with it? S-function? I wo...

circa 11 anni fa | 0

Risposto
How to create an executable for M-file that intrinsically calls SIMULINK model(i,e, .mdl file) ?
Calling Simulink from MATLAB and generating a single executable would be tough if not impossible. The issue being SIM is not a ...

circa 11 anni fa | 1

Risposto
Create Simulink Model using matlab-GUI?
Check out the <http://blogs.mathworks.com/seth/2010/01/21/building-models-with-matlab-code/ building up models with MATLAB> blog...

oltre 11 anni fa | 0

Risposto
How to speed up simulation time for fuzzy controllers in simulink
You can try running in accelerator or rapid accelerator mode, change to a <http://blogs.mathworks.com/seth/2012/07/03/why-do-we-...

oltre 11 anni fa | 0

| accettato

Risposto
i am new to s function,,,how to create s function from existing matlab or c code
<http://www.mathworks.com/help/simulink/slref/sfunctionbuilder.html s-function builder>

oltre 11 anni fa | 1

Carica altro