Risposto
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...

quasi 15 anni fa | 0

Risposto
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...

quasi 15 anni fa | 0

| accettato

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

quasi 15 anni fa | 0

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 0

Risposto
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...

quasi 15 anni fa | 3

| accettato

Risposto
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'); ...

quasi 15 anni fa | 1

| accettato

Risposto
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....

quasi 15 anni fa | 0

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 1

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 1

Risposto
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

quasi 15 anni fa | 1

| accettato

Risposto
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...

quasi 15 anni fa | 0

| accettato

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

quasi 15 anni fa | 1

Risposto
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...

quasi 15 anni fa | 1

Risposto
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

quasi 15 anni fa | 2

| accettato

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 0

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

quasi 15 anni fa | 0

Risposto
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/...

quasi 15 anni fa | 0

Risposto
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...

quasi 15 anni fa | 1

| accettato

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 1

| accettato

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

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 0

Risposto
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 ...

quasi 15 anni fa | 1

Risposto
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...

quasi 15 anni fa | 0

| accettato

Risposto
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...

quasi 15 anni fa | 0

Carica altro