Statistiques
12 Questions
0 Réponses
RANG
182 878
of 295 486
RÉPUTATION
0
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can I count the number of elements of a given value in a matrix?
I have a matrix such as. 44.147231 ; 24.358619 44.461415 ; 24.118248 44.258173 ; 23.185014 43.166729 ; 24.100443...
plus de 9 ans il y a | 4 réponses | 0
4
réponsesQuestion
How to merge data in mat file?
I have a mat file 'pot1.mat'. In the mat file, some rows has no data like this image. <</matlabcentral/answers/uploaded_fi...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to change the loop 'for' to 'while'?
I have cord and files. File names are {trj.hst.01.+00, trj.hst.02.+00, trj.hst.03.+00, ...} And the cord is for c=1:3...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I compare similar string?
I have two types of string. # Democratic Republic of the Congo # Congo (Dem. Rep.) I want to save the string in the colum...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to save no variable
This is my code. Lat = 30; Lon = 12; base_url =[ 'http://maps.googleapis.com/maps/api/geocode/json']; formatSpec = '%4...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
read part of string
I have mat file like 'name.mat' name(1,1) = Italy name(2,1) = Rome, Italy And I want to get 'Rome'. I do not know th...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
get name in struct type
Hi. I want to get country and locality name using coordinate(latitude & longitude) %% Lat = 48.858370; Lon = 2.294481;...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how to make a matlab function?
<</matlabcentral/answers/uploaded_files/9065/321.JPG>> I have a simulink model like this. First, second constant's name ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How do i solve this situation?
I have list of file like this. trj.hst.00.+00 trj.hst.01.+00 trj.hst.02.+00 trj.hst.03.+00 ... So, I want to u...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
multiple text file using 'for'
I have multiple files. The form of file is 'risk_hmr.p#'. # is 01-11. So, I want to work using 'for' . for k=1:9 st...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Using a function strncmp
I have a Text file. And I want to ignore if the first character of the line begins with #. Also if it begins without # ,...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
extract a number from text file
There are contents of a text file , which take the following form. --------- # unique survivor object: RWL ...
presque 11 ans il y a | 3 réponses | 0