Statistik
12 Fragen
0 Antworten
RANG
182.885
of 295.569
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 9 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
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...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
get name in struct type
Hi. I want to get country and locality name using coordinate(latitude & longitude) %% Lat = 48.858370; Lon = 2.294481;...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 # ,...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
extract a number from text file
There are contents of a text file , which take the following form. --------- # unique survivor object: RWL ...
fast 11 Jahre vor | 3 Antworten | 0