Statistics
RANK
9,129
of 295,569
REPUTATION
4
CONTRIBUTIONS
14 Questions
14 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Debuging continuous states in a discrete simulation
ode45 worked -- thanks.
13 years ago | 0
Question
Simulation freezes
I'm not simulating a large model, but am using Apple Lion. Any thoughts why I often have to force start Matlab and restart.
13 years ago | 1 answer | 0
1
answerQuestion
Debuging continuous states in a discrete simulation
My simulation fails because The "VariableStepDiscrete" solver cannot be used to simulate block diagram 'Model_Name because it c...
13 years ago | 2 answers | 0
2
answersGet simulation time in a Simulink model
Another method is to set the sample time to one second in the subsystem paramaters dialog for the MATLAB Fnc subsystem block.
13 years ago | 1
Question
Get simulation time in a Simulink model
How do I get the simulation time for a Simulink model? I have a Simulink model that includes a MATLAB fnc block. But I want ...
13 years ago | 3 answers | 0
3
answersQuestion
Mac windows don't are different from Windows windows
How do I get the same window features on a Mac that I get on a Windows box. For example, I would like to see the status field...
13 years ago | 1 answer | 0
1
answerSimple fnc model has error message about || and && operators
Thanks, Kaustubha. I tried your suggestion (dbstop if all error) and got the following error message: Error using ==> g...
13 years ago | 0
Question
Simple fnc model has error message about || and && operators
I get the following error message when I update a model "Operands to the '||' and && operators must be convertible to logical...
13 years ago | 2 answers | 0
2
answersSample time setting for high frequency systems
Thanks, Should the sample time for all elements in the system be set to the 0.5 usec (the number in the above post) or just t...
13 years ago | 0
Question
Sample time setting for high frequency systems
What sample time should I use when simulating a system operating at 100 kHz? It seems to me that the typical 0.2 seconds woul...
13 years ago | 2 answers | 0
2
answersMATLAB fnc to control PWM generator
I got it working... it was a scale problem. Instead of duty cycle = 0 to 1, my MATLAB fnc was outputtng duty cycle = 0 to 100....
13 years ago | 0
Question
MATLAB fnc to control PWM generator
How can I use a duty cycle result from a MATLAB fnc to control the duty cycle of a PWM generator, using Simulink.
13 years ago | 3 answers | 0
3
answersCheck for missing object in workspace
Thanks, but the exists function returns an error if the object does not exist. The help documentation says it should return a z...
13 years ago | 0
Question
Check for missing object in workspace
In a script, how do I check to see whether an object (array) exists before I try to operate on it. Something like: if object...
13 years ago | 2 answers | 0
2
answersSubsystem using SimScape components
Thanks, I will not use a For Each Subsystem. I was trying to automate the running of multiple simulations as one parameter is...
13 years ago | 0
Question
Subsystem using SimScape components
I am running a For Each Subsystem It uses Simscape components. I get the error msg saying the EXEC_BBLOCK has a discrete sam...
13 years ago | 2 answers | 0
2
answersQuestion
SS_OPTION_ALLOW_PORT_SAMPLE_TIME_IN_TRIGSS
I'm using a For Each Subsystem and when I run the simulator it highlights a Simulink to Physical System Converter and reports th...
13 years ago | 0 answers | 0
0
answersPopulating a 3D lookup table
I decided just to create a function. I used SFTools to curve fit the data and SFTool was able to provide a function that fitted...
13 years ago | 0
Populating a 3D lookup table
Thanks. I'm sure your suggestion would work with a Matlab script, but I'm trying to use a Simulink lookup table.
13 years ago | 0
Question
Populating a 3D lookup table
I have a simple 3x512 array (x,y,z) in an ascii table file that is located in a directory. I want to create Simulink lookup t...
13 years ago | 5 answers | 0
5
answersXY graph don't plot
You were right, Arnaud. I played around with the different settings of the X and Y axis scale and it finally worked. I was n...
13 years ago | 0
XY graph don't plot
Thanks, But I did set the min and max values for the X and y axis, to agree with the min and max vlaues I set for the scope t...
13 years ago | 0
Question
XY graph don't plot
I have two signals. They are connected to a scope and XY graph in parallel. They display on the scope but do not display on th...
13 years ago | 3 answers | 0
3
answersAdd model to another model
I found the first approach mentioned in Rick's email in the demo "Creating Libraries" Thanks, Rick
13 years ago | 0
Question
Add model to another model
I guess this is the inverse of masking. I created a model file. I see this model in the model explorer. How do I add that mod...
13 years ago | 2 answers | 0
2
answersConnecting simElectronic blocks -- get red dotted line
Thanks Kaustubha. However, the "Interfacing the Electrical Circuit with Other Simulink Blocks" section (that you referenced i...
13 years ago | 0
Question
Connecting simElectronic blocks -- get red dotted line
Let me say up front - I'm a newbie. When I connect many components in my circuit (e.g. resistor), instead of a solid black li...
13 years ago | 6 answers | 0