photo

AbelM Kusemererwa


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to do indexing?
for i = 1:1:num_rows if and(strcmp('$GPGGA', GPGGA(:,1)), not(strcmp('',GPGGA(:,3)(i)))) ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to display all this in a single msgbox?
fprintf('Percentage within bins for plan accuracy and height accuracy\n') fprintf('********************************************...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 9 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta