Answered
Errors in Battery simulator
I can't run the model |Celula.mdl|, I get an error message similar to: *|Failed to find 'Main Branch Capacitance, C1/Slave_in...

14 years ago | 0

Answered
xPC Target and ABB ModbusTCP
As far as I know, Modbus isn't s supported protocol under xPC. You can use <http://www.mathworks.com/help/releases/R2011a/toolbo...

14 years ago | 0

| accepted

Answered
SimPowerSystems, AC6 electric drive explanation
The <http://www.mathworks.com/help/releases/R2011a/toolbox/physmod/powersys/ref/pmsynchronousmotordrive.html documentation> prov...

14 years ago | 0

Answered
Need to convert data from two sensors to the same sampling rate
Another suggestion, which is what I normally use for this type of problem: create a <http://www.mathworks.com/help/releases/R201...

14 years ago | 0

| accepted

Answered
CanTool shows zero for physical value
I think the problem is because the min/max values are specified as zero in the database, which is interpreted as the signal havi...

14 years ago | 0

Answered
Continuous sample time is not supported by discrete derivative
Without seeing the model, it's difficult to be specific, but it sounds like you are trying feed a discrete block with a continuo...

14 years ago | 3

| accepted

Answered
Change line type when figure handle is known
Does that do what you want? t = 0:0.1:10; y = sin(t); h = plot(t,y); set(h,'Marker','o'); set(h,'LineStyle','none'); ...

14 years ago | 1

| accepted

Answered
How to import numerous excel files into MATLAB?
Have a look at <http://www.mathworks.com/help/techdoc/import_export/br5wz4t.html#br7q_u6 the documentation> and use <http://www....

14 years ago | 0

Answered
how to model a switch with two different conditions for activation and deactivation
Can you use Stateflow? Something like this should do it: <<https://lh6.googleusercontent.com/_hTtXV1eoysk/TcgKjgHfUYI/AAAAAAA...

14 years ago | 0

| accepted

Answered
Battery Model in Simulink
Did you have a look at the <http://www.mathworks.com/help/releases/R2011a/toolbox/physmod/powersys/ref/battery.html block docume...

14 years ago | 0

| accepted

Answered
stepplot systems name
Is this just annotate the plot? If so, you can use <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/legend.html |legen...

14 years ago | 1

Answered
SimHydraulics: Charging and decharging of an hydraulic accumulator
Not sure if that answers your question, but have a look at the two demos that ship with SimHydraulics, |sh_accumulator_gas_circu...

14 years ago | 0

| accepted

Answered
Electromechanical Actuator
I would strongly advise that you model your DC motor in Simscape as well rather than Simulink, this will avoid algebraic loops a...

14 years ago | 1

Answered
Run user defined simscape blocks in simscape 2.1
I don't think so. Is there any particular why you would want to do that? Arnaud

14 years ago | 1

| accepted

Answered
Engine Model
I assume you are not using the most recent version of SimDriveline in R2011a, which is now entirely based on the Simscape techno...

14 years ago | 0

| accepted

Answered
Physical Connection (Physical Modeling)
You can interface between Simulink and Simscape/SimDriveline (assuming you are using the new version of SimDriveline in R2011a)u...

14 years ago | 1

Answered
Simulink to a DLL to execute from an Desktop .Net Application
You may want to try <http://www.mathworks.co.uk/products/embedded-coder/ Embedded Coder> to generate a <http://www.mathworks.com...

14 years ago | 1

Answered
How can I save plot graph by command, not clicking save icon?
Use <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/print.html |print|>. HTH, Arnaud

14 years ago | 2

| accepted

Answered
How can I use TolFun to stop iteration when resnorm less than it?
Have a look at <http://www.mathworks.com/help/toolbox/optim/ug/f12471.html#brhv4_o-1 Tolerances and Stopping Criteria> in the do...

14 years ago | 0

| accepted

Answered
Simulink - Excel
What do you mean "run this variable" and why do you need to do that? Depending on what you want to do, it might easier to just i...

14 years ago | 0

Answered
Clearing everything except variables
Have you tried the following? clear classes clear functions clear import clear mex Arnaud

14 years ago | 0

Answered
Integration and derivation of series of discrete points
See for example <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/diff.html |diff|> and <http://www.mathworks.com/help/...

14 years ago | 0

Answered
xPC Target Re-download without re-build
Yes, use |load(target_object,'target_application')| where |target_application| is the name of your |*.dlm| application (Simulink...

14 years ago | 1

| accepted

Answered
How to plot more than two graphs in one figure?
How many axes do you need? Using <http://www.mathworks.com/matlabcentral/fileexchange/4425-ploty4-m ploty4>, you can get 4. I gu...

14 years ago | 0

| accepted

Answered
Does codegen handle qz?
Unfortunately, <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/qz.html |qz|> is not listed in the <http://www.mathwor...

14 years ago | 1

| accepted

Answered
Loading text files using variable names
filename = input('Enter the file name (without the txt extension)','s'); fid = fopen([filename '.txt']); C = textscan(fid, <...

14 years ago | 0

| accepted

Answered
How to design voltage regulator in Simulink?
You probably need to use <http://www.mathworks.co.uk/products/simpower/ SimPowerSystems>. There are many different ways in which...

14 years ago | 0

Answered
when i run frestimate(mdl,io,in) , it comes out following warnings, what can i do~
The error message suggests two things, have you tried them? # Change the sample time of the Simulink signal where |io(1)| is ...

14 years ago | 1

Answered
Query regarding induction motor differential equation
You need to rewrite the equation as a differential equation using the differential operator and then implement it in Simulink us...

14 years ago | 0

| accepted

Answered
MISO State-space Model
I assume that you are using the <http://www.mathworks.com/help/releases/R2011a/toolbox/simulink/slref/statespace.html State-Spac...

14 years ago | 0

Load more