Community Profile

photo

B_Richardson


Savannah State University/Carnegie Mellon

2011 年からアクティブ

Computer Science Student at Carnegie Mellon
Professional Interests: Programming

統計

  • First Review
  • Thankful Level 3
  • First Answer

バッジを表示

Content Feed

表示方法

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

12年以上 前 | 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...

12年以上 前 | 0

質問


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年以上 前 | 3 件の回答 | 0

3

回答

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

12年以上 前 | 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...

12年以上 前 | 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-...

12年以上 前 | 0

質問


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

12年以上 前 | 5 件の回答 | 0

5

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

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

12年以上 前 | 0

質問


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年以上 前 | 3 件の回答 | 0

3

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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 ...

12年以上 前 | 0

質問


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

12年以上 前 | 5 件の回答 | 0

5

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

回答済み
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

12年以上 前 | 0

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

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

12年以上 前 | 0

| 採用済み

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

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

12年以上 前 | 0

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

さらに読み込む