Réponse apportée
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...

plus de 15 ans il y a | 2

Réponse apportée
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 ...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 3

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 3

Réponse apportée
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...

plus de 15 ans il y a | 26

| A accepté

Réponse apportée
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 ...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 15 ans il y a | 6

| A accepté