Community Profile

photo

AbelM Kusemererwa


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

answers

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


Saving of a file?
How to convert say " *nat.log* " to " *nat.txt* "?

9 years ago | 1 answer | 0

1

answer

Question


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

answer

Question


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

answers

Question


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

answers

Question


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

answers

Question


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

answer

Question


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

1

answer