Community Profile

photo

B_Richardson


Savannah State University/Carnegie Mellon

Active since 2011

Followers: 0   Following: 0

Message

Computer Science Student at Carnegie Mellon
Professional Interests: Programming

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

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

12 years ago | 0

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

12 years ago | 0

Question


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

12 years ago | 3 answers | 0

3

answers

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

Question


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

12 years ago | 5 answers | 0

5

answers

Question


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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

Question


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

12 years ago | 3 answers | 0

3

answers

Question


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

12 years ago | 1 answer | 0

1

answer

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

13 years ago | 0

Question


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

13 years ago | 5 answers | 0

5

answers

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 2 answers | 0

2

answers

Question


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

13 years ago | 2 answers | 0

2

answers

Answered
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

13 years ago | 0

Question


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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 0

| accepted

Question


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

13 years ago | 2 answers | 0

2

answers

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 2 answers | 0

2

answers

Question


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

13 years ago | 0 answers | 0

0

answers

Question


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

13 years ago | 0 answers | 0

0

answers

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

13 years ago | 0

Question


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

13 years ago | 2 answers | 0

2

answers

Question


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

13 years ago | 2 answers | 0

2

answers

Load more