![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6629735_1522116354499_DEF.jpg)
AbelM Kusemererwa
Followers: 0 Following: 0
Statistics
19 Questions
0 Answers
RANK
36,204
of 297,046
REPUTATION
1
CONTRIBUTIONS
19 Questions
0 Answers
ANSWER ACCEPTANCE
63.16%
VOTES RECEIVED
1
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
How to convert my matlab codes into a dot exe file which does not use matlab software?
I have a Matlab codes which I would want to convert to a standalone program which requires no Matlab to for installation and usa...
9 years ago | 2 answers | 0
2
answersQuestion
How to adjust axes?
I want to force the maximum *y-axis* to 30 so that all *y* values will would be displayed up to 30 and also, with minimum ticks ...
9 years ago | 1 answer | 0
1
answerQuestion
How to select rows from a log file?
<https://drive.google.com/file/d/0B4opCeiIoNAMTE9rTW9adVNNV0E/view?usp=sharing> The link contains codes and 3 files(1 is a txt f...
9 years ago | 0 answers | 0
0
answersQuestion
How to do indexing?
for i = 1:1:num_rows if and(strcmp('$GPGGA', GPGGA(:,1)), not(strcmp('',GPGGA(:,3)(i)))) ...
9 years ago | 1 answer | 0
1
answerQuestion
How to format cells of a uitable?
I have used codes to create uitable table and the numbers numbers displayed are in 4 decimal places. How can I change it to an i...
9 years ago | 1 answer | 0
1
answerQuestion
How to trim down data?
a=[1;2;3;44;15;6;7;82;9] , b=[1;2;3;3;3;3;1;3;3] and c=[14;28;36;44;5;6;12;21;19]. I would want use this selection criteria; sel...
9 years ago | 1 answer | 0
1
answerQuestion
How to let y-axis ticks increase by 2?
How to let y-axis ticks increase by 2? The number on the y-axis should also be in 2 decimal places. What codes will I use?
9 years ago | 1 answer | 0
1
answerQuestion
How to use the same code to process similar files repeatedly?
I have a set of codes that I intend to used it to process a number of files. After each process, I would want it to ask me if I ...
9 years ago | 1 answer | 0
1
answerQuestion
How to read files of different types?
<https://drive.google.com/file/d/0B4opCeiIoNAMTE9rTW9adVNNV0E/view?usp=sharing> The link contains codes and 3 files(1 is a *txt...
9 years ago | 1 answer | 0
1
answerQuestion
How to standard ticks on x-axis?
I have a 24hr data, how can I force the x-axis to have ticks 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24?
9 years ago | 1 answer | 0
1
answerQuestion
How to improve accuracy?
Attached is an example of deltas(difference between the observed and the truth). How can I improve by making these deltas or res...
9 years ago | 1 answer | 0
1
answerQuestion
How to trim a data to same dimension?
*Data* contains 2 columns (plan and T). However, *plan* contains some *NaN*. I would like to delete the *NaN* from *plan* and al...
9 years ago | 1 answer | 0
1
answerQuestion
Saving of a file?
How to convert say " *nat.log* " to " *nat.txt* "?
9 years ago | 1 answer | 0
1
answerQuestion
What would the bar graph coding be?
<</matlabcentral/answers/uploaded_files/34140/bar%20graph.jpg>> *Histo1* is a 6 column data. When click on bar graph (the ima...
9 years ago | 1 answer | 0
1
answerQuestion
How to display all this in a single msgbox?
fprintf('Percentage within bins for plan accuracy and height accuracy\n') fprintf('********************************************...
9 years ago | 2 answers | 0
2
answersQuestion
Less than what number in the file ht could give 95%?
Attached is column vector *ht* . I would want to find out below what number in *ht* would constitute 95% of *ht* ? For example, ...
9 years ago | 3 answers | 1
3
answersQuestion
How to select a data set from columns having using criteria?
I have 5 columns in the file mycolumns. They all have the same dimension. I would want to reduce the number of rows of all the c...
9 years ago | 2 answers | 0
2
answersQuestion
algebra in degree minutes seconds
The format of the variable 'a' are in degrees minutes but written as for example a= '4534.7899', where 45 is degrees and 34.7899...
9 years ago | 1 answer | 0
1
answerQuestion
how to delete rows of the character '' from a column or column vector
how to delete rows of the character '' from a column or column vector e.g column_vector={'2';'3';'';'54';'';'';'';'4';'19'} t...
9 years ago | 1 answer | 0