回答済み
a problem about matlab link to pro/e with "smlink"
Please follow the instructions in the documentation of SimMechanics Link, especially <http://www.mathworks.com/help/toolbox/phys...

15年弱 前 | 0

| 採用済み

回答済み
Does MW own copyright on C code generated by Matlab?
I suggest you have a read of |C:/Program Files/MATLAB/R2011a/license.txt| or the corresponding file for your installation (acces...

15年弱 前 | 2

回答済み
Can't simulate simple lever in SimMechanics
You just need two bodies, one for AOB and another one for the second body starting at B. You just need to define the appropriate...

15年弱 前 | 1

| 採用済み

回答済み
Excllink with open office?
I think it only works with Excel, see: <http://www.mathworks.com/help/releases/R2011a/toolbox/exlink/f2-2282.html> HTH, ...

15年弱 前 | 0

| 採用済み

回答済み
workspace variable path
Nowhere, they just reside in memory until you save them with the <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/save...

15年弱 前 | 0

| 採用済み

回答済み
Interpolation
You probably need to use <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/interp1.html |interp1|>. If you can post you...

15年弱 前 | 0

| 採用済み

回答済み
I want the simulation model of the electrostatic generator
There are various <http://www.mathworks.com/help/releases/R2011a/toolbox/physmod/powersys/ref/f2-16412.html#f2-10795 electrical ...

15年弱 前 | 0

回答済み
Can we use pulse generator as input to Embedded Matlab Function
Yes, as far as I know, it's just a standard Simulink input. Just make sure the chart is updated with a fast enough sample time t...

15年弱 前 | 1

| 採用済み

回答済み
FFT of discrete time domain data
I would suggest following the example in the <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/fft.html |fft|> document...

15年弱 前 | 0

| 採用済み

回答済み
Step Response
First, a comment: it would help if your question was properly formatted. As it is, it's very difficult to read. If I understa...

15年弱 前 | 1

回答済み
showing correlation on scatter
Use the <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/text.html |text|> function: text(x_text, y_text, ['R^2 =...

15年弱 前 | 3

| 採用済み

回答済み
Calculating Norm(inf) within Stateflow
Thanks for the additional comments. Yes, I was using only Simulink and can reproduce the problem in Stateflow. I worked around i...

15年弱 前 | 0

| 採用済み

回答済み
Exact linearization of systems with transport delay (R2007a)
The ability to generated linearizes model with exact time-delay representations was added in R2007b, see the <http://www.mathwor...

15年弱 前 | 0

| 採用済み

回答済み
datestr format in lower case
Can you use the <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/lower.html |lower|> function to convert the string to...

15年弱 前 | 0

| 採用済み

回答済み
interp2 in Embedded MATLAB Function
Yes, the data type returned by the function is |mxArray|. See <http://www.mathworks.co.uk/matlabcentral/answers/5207-it-will-occ...

15年弱 前 | 0

回答済み
Calculating Norm(inf) within Stateflow
I have tried it with a <http://www.mathworks.com/help/releases/R2011a/toolbox/simulink/slref/matlabfunction.html MATLAB Function...

15年弱 前 | 0

回答済み
Control systems using MATLAB/SIMULINK
It sounds like your integrators are saturating. You need to figure out what's causing them to saturate and fix the root cause. U...

15年弱 前 | 0

| 採用済み

回答済み
ideal mass spring dampening system with an impulse
You can convert your ODE to an LTI system and use the <http://www.mathworks.com/help/releases/R2011a/toolbox/control/ref/impulse...

15年弱 前 | 0

回答済み
Simulating a fan motor
Have a look at this <http://www.mathworks.co.uk/products/demos/simscape/model_projector/index.html short video>. Although it foc...

15年弱 前 | 0

| 採用済み

回答済み
How to fix "? ? ?" display error in Simulink Model
The number of delays must be positive, you can't have a number of de lays equal to -1. Change it to a positive number. If I misu...

15年弱 前 | 0

回答済み
DC machine as Ellectric Motor
Have a look at |power_HEV_powertrain.mdl| for a good starting point. If there's not enough current, then you probably need a big...

15年弱 前 | 0

回答済み
pwm signal generation
Use the <http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/slref/saturation.html Saturation> block. HTH, Arna...

15年弱 前 | 1

回答済み
How to create a custom damper component on Simscape
I assume you have something like this: <https://picasaweb.google.com/lh/photo/-wyO717K8a1EwQIJJ8Khaw?feat=directlink> <<https:...

15年弱 前 | 1

| 採用済み

回答済み
What type of Joint is a Straight Slot ?
If I understand correctly, you want to model a joint with some clearance, is that right? The trick is to measure the position an...

15年弱 前 | 0

回答済み
Inconsistent results using SimDriveline's variable gear ratio
It's difficult to provide a definite answer without seeing the model first. I would, however, suggest that (if you can) you try ...

15年弱 前 | 0

回答済み
problem with joint auctator input signal in simmechanics
I assume you are using motion actuation. If that's the case, you want to make sure that the position, velocity and acceleration ...

15年弱 前 | 0

回答済み
pneumatic valve
Have a look at the demo |ssc_pneumatic_actuator.mdl| that is part of Simscape. It includes a model of a 5-way directional valve....

15年弱 前 | 1

| 採用済み

回答済み
Vehicle Networking Toolbox setup
Which drivers are you using? What operating system? Some suggestions: # Make sure that you are using the latest drivers from ...

15年弱 前 | 2

| 採用済み

回答済み
Figure reuse and PUBLISH
If the question relates to publishing, you might want to use <http://www.mathworks.com/help/techdoc/ref/snapnow.html |snapnow|>....

15年弱 前 | 0

| 採用済み

回答済み
Frequency response!!
If you have two time series, you probably need to use <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/fft.html |fft|>...

15年弱 前 | 0

さらに読み込む