Answered
3D directivity plot, TriScatterInterp
What about switching method as explained in the doc: <http://www.mathworks.fr/help/techdoc/math/bsou4rj-1.html#bsphz74-1 Interp...

14 years ago | 0

Answered
Date on X-axis when zooming the plot
You could try this submission : <http://www.mathworks.com/matlabcentral/fileexchange/27075-intelligent-dynamic-date-ticks Intel...

14 years ago | 3

| accepted

Answered
Dynamically plot graphs
The examples given in this technical note should help you: <http://www.mathworks.fr/support/solutions/en/data/1-AFS2H2/index.htm...

14 years ago | 0

Answered
Copy and rename Excel files from Matlab
1. >>doc copyfile 2. >>doc movefile See also: <http://www.mathworks.fr/support/solutions/en/data/1-716EAM/index.html...

14 years ago | 1

| accepted

Answered
finding the distance between elements of a vector
A=[0 0 0 3 0 0 2 0 -3 0 5 0 -2 0 0 3 0 0 0 0 2 0 -5]; result = [find(A==2)- find(A==3)] will return : result = ...

14 years ago | 0

Answered
How can I create Standalone execute file from MATLAB GUI code
You say "it is just working well on my PC. " Did you install MCR on the other machines? See these steps: <http://www.mathwor...

14 years ago | 0

Answered
code for plotting more than one histogram in MATLAB
subplot should achieve what you want : x = -4:0.1:4; y = randn(1000,2); figure subplot(2,1,1) hist(y(:,1),x) ...

14 years ago | 2

Answered
Can I install Matlab 7.12 (2011a) on Ubuntu 11.04
Even if it is not officially supported under 11a (it is under current <http://www.mathworks.fr/support/sysreq/current_release/li...

14 years ago | 3

| accepted

Answered
32 bit Vs 64 bit matlab
The technical solution that you mention is still true in R2011a , R2011b. You can also verify this in this link: <http://www.ma...

14 years ago | 1

Answered
How to run exe file with inputs
To answer at the title of your question : <http://www.mathworks.fr/support/solutions/en/data/1-18448/index.html?solution=1-1844...

14 years ago | 1

Answered
problem while recording by the command 'getframe', without showing figure
See this guide : <http://www.mathworks.fr/support/tech-notes/1200/1204.html#Section%2010 Section 10: How Do I Create an AVI Movi...

14 years ago | 0

| accepted

Answered
greek letters in a static text (GUI)
The workaround : <http://www.mathworks.fr/support/solutions/en/data/1-1VE03X/index.html?solution=1-1VE03X How can I write Greek...

14 years ago | 1

Answered
Contour Algorithm
The <http://www.mathworks.fr/help/techdoc/creating_plots/f10-2524.html?#f10-2614 Contouring Algorithm> is explained in the doc ...

14 years ago | 0

Answered
What version of MATLAB do you code against
I ensure my codes work from R2007b to the current release. R2007b is just because some end-users are still working under Window...

14 years ago | 2

Answered
Proportional GUI
As Yair suggests in his <http://undocumentedmatlab.com/blog/minimize-maximize-figure-window/ comment June 7, 2011 at 1:47 am> tr...

14 years ago | 0

Answered
VPlot understanding
Renaming your script 'a.m' should fix the issue. <http://www.mathworks.fr/support/solutions/en/data/1-18IIZ/index.html?solution...

14 years ago | 2

Answered
Proportional GUI
You may also try these P-codes : <http://www.mathworks.fr/support/solutions/en/data/1-3MY8PN/index.html?solution=1-3MY8PN Is it...

14 years ago | 0

Answered
Proportional GUI
One possible solution: jFrame = get(handle(gcf),'JavaFrame'); jFrame.setMaximized(true); The official TMW Tech note: <http...

14 years ago | 1

Answered
A4 figure ready to print
Using the *papersize* property of your figure shoud achieve what you you wish: <http://www.mathworks.fr/help/techdoc/creating_p...

14 years ago | 0

Answered
MatlabR2010b with Intel Parallel Studio XE 2011?
Intel Visual Fortran Composer XE 2011 is only supported as of R2011b : <http://www.mathworks.fr/support/compilers/R2011b/win32.h...

14 years ago | 0

Answered
matlab installation problem (R2010b)
The 2 following technical solutions explain how to create the shortcuts depending your operating system : <http://www.mathwor...

14 years ago | 3

Answered
What is your unusual use of MATLAB?
Using an uitable I enter every 2-3 days , the weight of my wife since 3 years ! Data are saved in a MAT-file. I use functions l...

14 years ago | 8

Answered
Dumb mistakes we make with MATLAB.
When I say orally to my peers to type rehash toolboxcache in 99 cases out of 100 they type rehash toolboxcash ...

14 years ago | 3

Answered
Distributed Computing Toolbox 3.3
You should contact Installation support <http://www.mathworks.com/support/contact_us/index.html here>.

14 years ago | 0

Answered
How to know what is the computational time for running matlab simulink?
You can use the <http://www.mathworks.fr/help/techdoc/ref/profile.html profile> function to get this information.

14 years ago | 1

Answered
Compiling MATLAB Code in Windows
You are right. MATLAB Compiler is not available with the Student version. The URL link given in the solution <http://www.math...

14 years ago | 1

Answered
Error with 64 bit Matlab version: 7.10.0 (R2010a)
Why not to use the test described in this technical solution: <http://www.mathworks.fr/support/solutions/en/data/1-1YWUUT/index...

14 years ago | 2

Answered
Is it possible to add file/product version information to an executable compiled with MCC?
To display the versioning of my standalones , I am using the flags -R -startmsg -completemsg with mcc For more details , s...

14 years ago | 2

Answered
What is "Unable to compute indifference curve tangency portfolio."?
There is a explanation about this error by Bob taylor : <http://www.mathworks.com/matlabcentral/newsreader/view_thread/287099#...

14 years ago | 1

| accepted

Answered
mclmcrrt77.dll error
Did you restart your computer ? See also this post : <http://www.mathworks.com/matlabcentral/answers/9184-mclmcrrt77-dll-missing...

14 years ago | 0

Load more