Respondida
How common is MATLAB in academia?
Very interesting question and discussion! As you all mentioned, MATLAB has long been a de facto language and platform for severa...

casi 11 años hace | 2

| aceptada

Respondida
Skip certain times in datetime plot
If you want to plot all of the data, but to not connect the line between some values, you could inject a NaN in your data where ...

casi 11 años hace | 1

Respondida
How to get the matlab code for "viptraffic" demo which is available in matlab?
Avinash - This example is implemented as a Simulink model. There is no fundamental underlying MATLAB code to Simulink models. Th...

casi 11 años hace | 0

| aceptada

Respondida
Matlab Screen Size incorrect
Did you by chance change the screen resolution after starting MATLAB. The ScreenSize property is fixed when MATLAB starts up. If...

casi 11 años hace | 2

Respondida
Is it "ok" to convert new graphics object handles to double handles?
You've got the right idea. This capability is provided to help make it easier to update code to work with the new graphics syste...

alrededor de 11 años hace | 0

| aceptada

Respondida
how to pass an argument to python?
If you have access to MATLAB R2014b, you could use the direct interface to Python. This interface supports passing data directly...

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 4

Respondida
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 ...

alrededor de 11 años hace | 1

Respondida
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...

más de 11 años hace | 0

Respondida
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...

casi 13 años hace | 0

Respondida
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...

alrededor de 13 años hace | 1

Respondida
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 ...

alrededor de 13 años hace | 0

Respondida
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...

más de 13 años hace | 2

Respondida
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...

más de 13 años hace | 12

Respondida
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...

casi 14 años hace | 3

| aceptada

Respondida
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...

más de 14 años hace | 0

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

más de 14 años hace | 0

Respondida
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...

casi 15 años hace | 0

Respondida
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...

casi 15 años hace | 2

Respondida
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 ...

casi 15 años hace | 0

| aceptada

Respondida
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...

casi 15 años hace | 3

| aceptada

Respondida
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...

casi 15 años hace | 3

Respondida
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...

casi 15 años hace | 26

| aceptada

Respondida
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 ...

casi 15 años hace | 0

| aceptada

Respondida
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...

casi 15 años hace | 6

| aceptada