回答済み
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...

15年弱 前 | 0

回答済み
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...

15年弱 前 | 0

| 採用済み

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

15年弱 前 | 0

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 0

回答済み
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...

15年弱 前 | 3

| 採用済み

回答済み
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'); ...

15年弱 前 | 1

| 採用済み

回答済み
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....

15年弱 前 | 0

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 1

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 1

回答済み
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

15年弱 前 | 1

| 採用済み

回答済み
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...

15年弱 前 | 0

| 採用済み

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

15年弱 前 | 1

回答済み
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...

15年弱 前 | 1

回答済み
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

15年弱 前 | 2

| 採用済み

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 0

回答済み
Clearing everything except variables
Have you tried the following? clear classes clear functions clear import clear mex Arnaud

15年弱 前 | 0

回答済み
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/...

15年弱 前 | 0

回答済み
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...

15年弱 前 | 1

| 採用済み

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 1

| 採用済み

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

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 0

回答済み
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 ...

15年弱 前 | 1

回答済み
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...

15年弱 前 | 0

| 採用済み

回答済み
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...

15年弱 前 | 0

さらに読み込む