B_Richardson
Savannah State University/Carnegie Mellon
Followers: 0 Following: 0
Computer Science Student at Carnegie Mellon
Professional Interests: Programming
Statistics
RANK
152,579
of 295,448
REPUTATION
0
CONTRIBUTIONS
23 Questions
10 Answers
ANSWER ACCEPTANCE
78.26%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Simply Directory Question
I feel so stupid right now! My files are .mat not .m! AARRRGGGGGG Thanks everybody!!
13 years ago | 0
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...
13 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...
13 years ago | 3 answers | 0
3
answersCount up instead of down?
Figured it out! Image Analyst was right! remaint=currpos1; set(handles.edit2,'String',remaint); j=0; if remaint ...
13 years ago | 0
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...
13 years ago | 0
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-...
13 years ago | 0
Question
Count up instead of down?
Hello All! I have this snippet ofcode: r=get(mp.currentMedia,'duration'); remaint=r-currpos1; ...
13 years ago | 5 answers | 0
5
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersQuestion
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,...
13 years ago | 1 answer | 0
1
answerPlotting Matrix points: 2
I see that it works, but i'm trying to translate it into guide
13 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...
13 years ago | 3 answers | 0
3
answersQuestion
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...
13 years ago | 1 answer | 0
1
answerPlotting 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
answersQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
answersHow 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
answerWriting 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
answersQuestion
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
answerQuestion
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
answersQuestion
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
answersQuestion
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
answersInteractive 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
answersQuestion
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