photo

B_Richardson


Savannah State University/Carnegie Mellon

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Computer Science Student at Carnegie Mellon
Professional Interests: Programming

Estadística

  • First Review
  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Simply Directory Question
I feel so stupid right now! My files are .mat not .m! AARRRGGGGGG Thanks everybody!!

más de 13 años hace | 0

Respondida
Simply Directory Question
Hey guys, I'm still having trouble with this code. I've included the some more to give you a better understanding of what I'm tr...

más de 13 años hace | 0

Pregunta


Simply Directory Question
Hello All, Quick question, I am trying to load all files from a folder that have a .m ext: folder = C:\Users\ecorbett\Do...

más de 13 años hace | 3 respuestas | 0

3

respuestas

Respondida
Count up instead of down?
Figured it out! Image Analyst was right! remaint=currpos1; set(handles.edit2,'String',remaint); j=0; if remaint ...

más de 13 años hace | 0

Respondida
Count up instead of down?
Actually everyone, I learned that the edit2 was being updated at another place in the code. After I changed that to set(hand...

más de 13 años hace | 0

Respondida
Count up instead of down?
If you want to see the code yourself, I got it here http://www.mathworks.com/matlabcentral/fileexchange/4441-activex-control-...

más de 13 años hace | 0

Pregunta


Count up instead of down?
Hello All! I have this snippet ofcode: r=get(mp.currentMedia,'duration'); remaint=r-currpos1; ...

más de 13 años hace | 5 respuestas | 0

5

respuestas

Pregunta


Excel writing Problem: find correct row, write to empty cell
Hello Community, I have a fairly advanced excel writing task. I have 2 types filenames that I need to write to specific cells...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Store fllepath in variable
Hello all! Quick question: is it possible to store a fullpath: C:\Users\ecorbett\Documents\MATLAB\Labelers\fred into a vari...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Help with isempty and exists
Hello community, I have a simple problem. I want to prompt the user to enter a directory name, check if it exist. If it does,...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
Plotting Matrix points: 2
I see that it works, but i'm trying to translate it into guide

más de 13 años hace | 0

Pregunta


Plotting Matrix points: 2
Given a matrix: B ans = 30.7805 28.7527 25.7110 23.6832 19.6268 17.5949 14.5547 11.5147 8.4725 5...

más de 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Enabling Data Cursor Mode In GUDIE
Hello everyone! I wanted to ask if anyone knew a way to enable Data Cursor Mode in GUIDE? I have a plot that what the user to...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
Plotting Matrix points
Hey everybody, look try B =rand(10,2) stem(B) this is kinda what I'm trying to do. Notice how it produces 10 lines. On ...

más de 13 años hace | 0

Pregunta


Plotting Matrix points
Hello everyone! I have a 2 by 10 matrix: B = 28.7636 27.7497 26.7351 25.7208 23.6934 22.6793 20.65...

más de 13 años hace | 5 respuestas | 0

5

respuestas

Pregunta


Incrementing GUIDE variable
Goodmorning community, Quick question: I have 2 variables that I declare in a createfunction in my GUIDE GUI: handles...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Simple Matrix Looping Problem
Hello everyone, I have a matrix: B = zeros(10, 2); B = 0 0 0 0 0 0 0 0 ...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem with looping through Folder finding pattern
Hello everyone, I am attempting to loop through a folder using this code: files = dir(MyFolder); Pattern = MyPatt...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Difference between setappdata and guidata?
Hello everyone, I have a quick question: What is the difference between setappdata and guidata functions? In what situation i...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Respondida
How can I interrupt a movie based on user input to a GUI
Try this : http://www.mathworks.com/matlabcentral/fileexchange/4441-activex-control-for-windows-media-player

más de 13 años hace | 0

Pregunta


Appending Matrix
Hello everyone, I have this code that writes zeros to a matrix based on the length of a listbox and popupmenu options. 1s are...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
Writing variable as filename using csvwrite
token = strtok(itemselected, '.') csvwrite([token],A) That works perfectly!

más de 13 años hace | 0

| aceptada

Pregunta


Writing variable as filename using csvwrite
Hello Community, I have a simple problem: I am trying to use the currently selected item from a listbox as the filename in c...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Saving and loading GUI data
Goodmorning everyone! I have a question concerning the nature of data in a GUI. This code creates a figure with a popupmenu a...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Pattern matching problem
Hello Community, I have some video files named using the following pattern: SHC_LL_S1_0008_V5.5983338494.avi RHA_RL_S3_...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Help with rbbox function
Hello community, I have this code that uses the rrbox function: k = waitforbuttonpress; point1 = get(gca,'CurrentPoin...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Selecting points from a graph in a GUI
I have files of .avi movies typically 40 seconds in length each. I want to make a simple line plot of the movie. The y axis woul...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Respondida
Interactive Line Plot GUI
I also found this link: http://www.mathworks.com/help/techdoc/creating_plots/f4-44221.html

más de 13 años hace | 0

Pregunta


Interactive Line Plot GUI
Hello community! I have an interesting problem. I have files of .avi movies typically 40 seconds in length each. I want to ma...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


GUIDE user input to plot data
Hello everyone, I have a quick question (which might also be a stupid question, forgive my ignorance in advance): I have some ...

más de 13 años hace | 2 respuestas | 0

2

respuestas

Cargar más