Réponse apportée
Listing mat files in a directory and checking to see if they have a particular file.
You guys are Awesome. One last thing. How do I specify the file location from within the Gui. I would like the user to be able t...

plus de 14 ans il y a | 0

Question


Listing mat files in a directory and checking to see if they have a particular file.
Greetings I have been having a tough time creating a list of files (.mat files) in a directory in a listbox, and then checking t...

plus de 14 ans il y a | 3 réponses | 2

3

réponses

Réponse apportée
convert GUI into .exe file so that it can install in any computer
Matlab makes a compiler for creating individual .exe programs. Check out their website

plus de 14 ans il y a | 0

Réponse apportée
How to import data to Excel through Matlab
try help csvread()

plus de 14 ans il y a | 0

Question


Memory Tweaking
I am trying to run a script that is using up all the memory and giving me this error: Drive Strength: D1 = 1, D2 = 1, D3 = ...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Speech processing using matlab
If you can use the signal processing toolbox if you have it at your disposal. It has several filter commands you can use once yo...

plus de 14 ans il y a | 0

Réponse apportée
or-function with switch
It works. You had one too many "end" statements. You might want to make it a little bit more stable by using more "=<" statemen...

plus de 14 ans il y a | 0

Réponse apportée
Speaker recognition
I don't have a lot of experience with Neural Networks. If you understand them try it and see what happens. Worst case you lose s...

plus de 14 ans il y a | 0

Réponse apportée
Speaker recognition
There are numerous GMM algorithms that could be used to do this. find one that you understand so that if it ever stops working y...

plus de 14 ans il y a | 0

Réponse apportée
Speaker recognition
Look over this website. I had to do this a year ago for a class and this is exactly what I followed <http://scgwww.epfl.ch/co...

plus de 14 ans il y a | 0

Réponse apportée
Speaker recognition
Many use a Gausian Mixture Model (GMM) after using the MFCC. There is a really good toolbox for these operations called "voicebo...

plus de 14 ans il y a | 1

Réponse apportée
How to import data to Excel through Matlab
If you use cvswrite(file_name, data_matrix)? it will create an excel sheet and then write "data_matrix" into it. you need not ...

plus de 14 ans il y a | 0

Réponse apportée
legend
They are the inputs you want to display in string format

plus de 14 ans il y a | 0

Question


Passing Variables between functions in a GUI
Greetings, After several days of trying to use a "setappdata" function and getting too many errors I am resovling to find a m...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
derivative in syms
It looks like you're tying a differential equation try this link <http://www.mathworks.com/help/techdoc/math/f1-662913.htm...

plus de 14 ans il y a | 0

Question


Handles problem
Greetings. I am trying to add a user defined variable to the "hObject" Handles via two radio buttons. The radio button ca...

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
GUI
Try this site. I used it a while ago to learn <http://blinkdagger.com/matlab/matlab-gui-graphical-user-interface-tutorial-for...

plus de 14 ans il y a | 2

Réponse apportée
finding normal vector to a line in 2D
Find the distance between the two points and then norm(distance,2) Most vectors need to have the zero vector as thei...

plus de 14 ans il y a | 1

| A accepté

Réponse apportée
While loop homework problem
for ii = -1:0.001:1 asind(ii) asin(ii) acosd(ii) acos(ii) end

plus de 14 ans il y a | 1

Réponse apportée
how to make the convolution by using MATLAB?
Type: help conv

plus de 14 ans il y a | 0

Réponse apportée
Image processing. saving data and placing them into other folder. Please Help Arigato :D !
Try help save help load These will allow you to save your works pace or select variables in your work space to a...

plus de 14 ans il y a | 0

Réponse apportée
how to avoid dividing by zeros.
First off, Use the code tool on the toolbar above when asking questions. It'll make things much easier to answer. To fix this...

plus de 14 ans il y a | 1

Réponse apportée
how can i transfer a variable's value from one function to another?
Two methods I use: 1. Use global variables (be careful) use all caps for a variable global NEW_VARAIBLE; Or use a "s...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
Symbolic integration in matlab
When you're trying to run the whole thing at once debugging can be next to impossible. My guess is you're getting infinity somew...

plus de 14 ans il y a | 0

Question


setappdata Question
Within a GUI if I want to create a variable in one function and use it in another is "setappdata" a good stratagy to use? I am t...

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Scatter plot
Try using a histogram N = HIST(Y,M) M = the number of bins in this case three. It will equally divide them up. else...

plus de 14 ans il y a | 0

Question


radio buttons not updating
Hello, I had to edit a gui Written a while ago by adding a box with two radio buttons on it. I cannot however get the m-file ...

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


length of a string
Is there a function that can return the length of a string? I have tried using size. but for some reason it is not going so well...

plus de 14 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
Newton's iteration
Do you have the symbolic toolbox? If so syms x n (Formula)

plus de 14 ans il y a | 0

Réponse apportée
Intro Homework help - what to change - where do i go from here?
Just a quick reminder: Matlab does all that math in Radians. so if you want to convert it all use ether sind() or cosd() or mult...

plus de 14 ans il y a | 0

Charger plus