Statistics
7 Questions
0 Answers
RANK
27,120
of 295,448
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
1
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
Question
Convert char to string
I just want to convert a char to str. The char is in a cell. This is what happens: >> example = ['hithere',socks] ...
12 years ago | 2 answers | 0
2
answersQuestion
How to import a specific file
I know how to import a specific file, but what if matlab has two folders set as pathways to check of which both have same filena...
12 years ago | 1 answer | 0
1
answerQuestion
[GUI] How do change the min and max values of a plot.
I want to change the min and max values of a plot in GUI. And the following code doesn't work: *axis(handles.axes1,[0,100,...
12 years ago | 1 answer | 0
1
answerQuestion
[GUI] How to create a directory of files of a specific folder using Listbox
How to create a directory of files of a specific folder using Listbox. I basically want to fill a listbox with files from fol...
12 years ago | 1 answer | 0
1
answerQuestion
[GUI] Importing Data from an array of strings
I have an array of strings: listboxItems = cellstr( get(handles.listbox_dat, 'string') ); The array is a list of .dat file...
12 years ago | 1 answer | 0
1
answerQuestion
[GUI] How do you fill a Listbox with documents from a specific folder
I saw a video and a few pieces of code showing how to implement such a dir type listbox, but have never understood it. If you...
12 years ago | 1 answer | 0
1
answerQuestion
[GUI] How do you get only one element in a listbox
I know you are able to obtain all the elements in a string from the listbox with: get(handles.listbox1, 'String') But what...
12 years ago | 1 answer | 1