답변 있음
How to colorize individual bar in bar3
Does the following not do what you want or have I misunderstood your question? h = bar3(Y); set(h(1),'facecolor','red'); ...

15년 초과 전 | 1

답변 있음
2000/2001 MATLAB R12 or R12.1 CD for Linux/Mac/Unix ?
If you have a license for it, you can download the files from the MathWorks website. Go to <http://www.mathworks.com/accesslogin...

15년 초과 전 | 2

| 수락됨

답변 있음
Install both 32bit and 64bit versions of Matlab on Windows 7
Yes, it is possible. I have both the 32-bit and 64-bit installation of MATLAB on my machine, running Windows 7 64-bit. And yes, ...

15년 초과 전 | 8

| 수락됨

답변 있음
Run Simulink continuously with NI-DAQ
If the Data Acquistion Toolbox is fast enough for you, you can set the stop time to |Inf|, and it'll keep going until you manual...

15년 초과 전 | 1

답변 있음
Getting undefined model variables
If Walter's interpretation is correct, you can maybe use <http://www.mathworks.com/help/releases/R2011a/toolbox/simulink/slref/s...

15년 초과 전 | 0

답변 있음
Variable scope in Simulink .mdl files
|linmod| uses data that is in the base workspace, not in the function workspace. For a workaround, see: <http://www.mathworks.c...

15년 초과 전 | 1

답변 있음
Simple electrical scheme
It sounds as if you are using both <http://www.mathworks.com/products/simscape/ Simscape> and <http://www.mathworks.com/products...

15년 초과 전 | 1

| 수락됨

답변 있음
It will occur error when Function sparse is used in simulink model
As far as I can tell, |sparse| is not part of the <http://www.mathworks.com/help/releases/R2010b/toolbox/eml/ug/bq1h2z7-9.html E...

15년 초과 전 | 0

답변 있음
Time difference between two curves
If you are using Simulink, which it sounds as if you are, then you can feed both signals to a <http://www.mathworks.com/access/h...

15년 초과 전 | 0

| 수락됨

답변 있음
What R2011a feature do you like the most?
The Simscape-based version of <http://www.mathworks.co.uk/products/simdrive/ SimDriveline>. Arnaud

15년 초과 전 | 2

답변 있음
Is it possible to use an FRD (Frequency Response Data) model in Simulink?
I'm afraid not. The way to do this would be with the <http://www.mathworks.com/help/releases/R2011a/toolbox/control/refblocks/lt...

15년 초과 전 | 1

| 수락됨

답변 있음
pneumatic chamber
I don't think it's as simple as this. You need the concept of orifices for the inlet and oulet of the chamber. A better way woul...

15년 초과 전 | 1

| 수락됨

답변 있음
with an example can anyone plz show how will be the frequency domain value look like after it is transformed from time domain using fast fourier transform
Have a look at the <http://www.mathworks.com/help/releases/R2011a/techdoc/ref/fft.html documentation> for the |fft| function. ...

15년 초과 전 | 0

답변 있음
R2011a release
R2011a is officially out now: <http://www.mathworks.co.uk/products/new_products/latest_features.html> Arnaud

15년 초과 전 | 4

답변 있음
How to create exe file in Matlab 2009a from .m file ??
You need to use the <http://www.mathworks.co.uk/products/compiler/ MATLAB Compiler> to generate an executable. The executable us...

15년 초과 전 | 1

| 수락됨

답변 있음
MATLAB in unexpected places
I like this one from this <http://greengarageblog.org/tag/matlab/ blog>: <<http://greenoughgarage.files.wordpress.com/2009/11...

15년 초과 전 | 2

답변 있음
Combined rotation and translation on a cube
The first step is drawing the cube. The following is from <http://www.mathworks.com/access/helpdesk/help/techdoc/visualize/f2-11...

15년 초과 전 | 0

| 수락됨

답변 있음
beautiful GUIs (searching for examples)
Have you looked on the <http://www.mathworks.co.uk/matlabcentral/fileexchange File Exchange>? There are a fair few. Whether or n...

15년 초과 전 | 0

답변 있음
Diffrence
<http://www.mathworks.com/access/helpdesk/help/techdoc/ref/hist.html hist> is part of core MATLAB, and allows you to create an h...

15년 초과 전 | 0

| 수락됨

답변 있음
Combined rotation and translation on a cube
Here's why it doesn't work: >> size(combined) ans = 4 4 >> size([-50,-50,0]) ans = 1 3 You ar...

15년 초과 전 | 0

답변 있음
How to define physical (material) point in simmechanics or other tool ?
The key parameters for a SimMechanics <http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/mech/ref/body.html Body> bl...

15년 초과 전 | 0

| 수락됨

답변 있음
command line, grouping blocks into subsystem
Have a look at <http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/slref/simulink.blockdiagram.createsubsystem.html ...

15년 초과 전 | 0

| 수락됨

답변 있음
extracting values from embedded for loops
I think what you really should do is something like: answer1 = zeros(M,N); % pre-allocate variable for x=1:1:M fo...

15년 초과 전 | 0

| 수락됨

답변 있음
How to form each data into integrated singnal stream?
It sounds like you are referring to the <http://www.mathworks.com/access/helpdesk/help/toolbox/dspblks/ref/fromaudiodevice.html ...

15년 초과 전 | 0

답변 있음
Regarding discrete integration through ode45
Can I ask why you want to convert the Simulink model to MATLAB or C code? Simulink use complex semantics and mechanisms to s...

15년 초과 전 | 1

| 수락됨

답변 있음
How to get the index of the first non-zero element in an 1-D array in SIMULINK
Use the <http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/slref/find.html Find> block. HTH, Arnaud

15년 초과 전 | 1

| 수락됨

답변 있음
Discrepancy between using function 'feedback()' and calculating manually
Use |minreal| on both and you'll get the same answer: g11 = tf(1,[1 0]); g12 = tf(2,[1 0]); g21 = tf(3,[1 0]); g22 = ...

15년 초과 전 | 3

답변 있음
Exit state transition issue in stateflow 6.0
You may want to have a read of <http://www.mathworks.com/access/helpdesk/help/toolbox/stateflow/ug/f26-1032049.html Stateflow Ch...

15년 초과 전 | 2

| 수락됨

더 보기