답변 있음
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

더 보기