Risposto
R2014b How to disable graphics smoothing by default
Asad - Sorry that you don't like the new anti-aliased (smoothed) plots in R2014b. This has been one of the most requested graphi...

quasi 10 anni fa | 4

Risposto
Running python function from Matlab
You could try using the Python interface introduced in MATLAB R2014b. You would need Python on your machine. A few resources ...

quasi 10 anni fa | 1

Risposto
R2009b 64bit and numpy
My best guess is that the issue is with trying to connect a 64-bit process (MATLAB) with a 32-bit process (Python with Numpy). Y...

circa 10 anni fa | 0

Risposto
Matlab editor freezes often... can't edit files
Hmmm, this sounds like it might be something about your specific setup - maybe best for MathWorks development to dig in with you...

oltre 11 anni fa | 0

Risposto
Accessing simulink blocks in Matlab scripts
Depending on the nature of the models you'd like to build, an alternative to using MATLAB to construct a Simulink model might be...

oltre 11 anni fa | 1

Risposto
R2012b custom toolstrip tab?
Andreas is right. Shortcuts can be used to run arbitrary MATLAB code, but not map to other Toolstrip buttons. You can also ...

oltre 11 anni fa | 0

Risposto
Too late to submit Negative feedback for R2012b !
Answering Aurelien's second question: We received lots of feedback throughout the process of developing the Toolstrip and doc...

quasi 12 anni fa | 2

Risposto
Experiences with release 2012b
(cross-posting a comment I just submitted on <http://blogs.mathworks.com/loren/2012/09/12/the-matlab-r2012b-desktop-part-1-intro...

quasi 12 anni fa | 12

Risposto
R2011b Prints script name in Command Window
Phil - Sorry that this change has been disruptive to your workflow. We made the change intentionally, motivated by precisely wh...

oltre 12 anni fa | 3

| accettato

Risposto
Pre-allocating linked arrays for "live" plotting
I think the issue might simply be with your call to nan. You are creating 200 x 200 arrays of NaNs for x and y. I imagine your...

circa 13 anni fa | 0

Risposto
Adding text to movie in Matlab
Try the text command. - scott

circa 13 anni fa | 0

Risposto
running exe with system
I'm a little confused about your question. I would expect that you want to build a string that looks exactly like the one you w...

oltre 13 anni fa | 0

Risposto
Speech recognition Coding
Is your goal to have speech recognition running in MATLAB, or to actually learn how to implement the algorithm? If you just w...

oltre 13 anni fa | 2

Risposto
Writing software in MATLAB is useful or in C++
Manu - you might find that the <http://www.mathworks.com/matlabcentral/newsreader/ MATLAB newsgroup> is a better place to hold ...

oltre 13 anni fa | 0

| accettato

Risposto
Add directory to search path
A couple of techniques come to mind, of various complexity and robustness. *Easy, but fragile* Build a partial path specif...

oltre 13 anni fa | 3

| accettato

Risposto
Slider appearance on Macs in a cross platform GUI
This page gives a whole range of tips for making GUIs that look good on multiple operating systems: <http://www.mathworks.com...

oltre 13 anni fa | 3

Risposto
How to read images in a folder
Nilushi - We won't be able to hand you a complete answer, but can give some pointers. Here's a code snippet that shows comm...

oltre 13 anni fa | 26

| accettato

Risposto
Problem with the "get" function to get dat from a handles structure in a GUI
|handles.lambda| is a number, not a graphics object, so |get| won't work on it. Just type |handles.lambda| at the command line ...

oltre 13 anni fa | 0

| accettato

Risposto
Can I use multiple versions of the MATLAB Compiler Runtime on the same machine?
Yes to both questions. You can install multiple versions of the MCR on a single machine. Deployed applications will automatica...

oltre 13 anni fa | 6

| accettato