Statistik
RANG
9.454
of 295.527
REPUTATION
2
ANTWORTZUSTIMMUNG
64.71%
ERHALTENE STIMMEN
2
RANG
of 20.242
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
selecting certain values from a list
I have this list below (call it A), and i wish to find the last value of a group of numbers. if you look at the numbers, they a...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
reading in 2 data files
I have a program that basically reads in a .EVT file and then analyzes it and parses data from it. The program then reads in a ...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
make replacements in an array
i have an array of doubles, A. A = [0; 0; 1; 1; 0; 1]; I wish to replace all the 1's with 'yes' and the 0's with 'no'. can...
mehr als 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
combining 3 different arrays of single column numbers into one array
basically i have 3 different columns: a, b, and c, which are all doubles a = [1;2;3]; b = [2;0;1]; c = [1;0;1]; and i wa...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
finding the closest values in a set of data
basically i have 2 sets of data: A = [4; 7; 13; 44; 55;]; B = 1; 3; 8; 9; 33; 45; 48; 53; 54; 66]; I want to compare e...
mehr als 13 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
creating a matrix with many numbered variables
i am gathering information from a data file, and i have created a set of variables using a for loop. the variables are var_1, va...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to create a second column of static values in a matrix
basically i have a single column vector A of doubles. I want to add an entire column to the right of this vector with a string ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
doing a 'strfind' with apostrophe in the string?
i have to do a strfind for the following phrase: 'REACQ'='N' But when I go to do A = strfind(B, ''REACQ'='Y''), then there...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
change number of sig figs in a list of numbers
basically i have a list of numbers, all with the same number of significant figures. an example of a number is : 734504.0749692...
mehr als 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
tricky data parsing question.. how to pull values from certain time intervals
take a look at the image in the link below for clarification: http://i51.tinypic.com/5v5amc.jpg Basically I have a ver...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
finding values common to 3 different single-column matrices
basically i have 3 different matrices (A, B, and C). Each one contains different numbers and is of a different length. However...
mehr als 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
replacing blank values in a single column cell array with the previous value
basically i have a list of values in a cell array. A = '-2.0372681e-10' '0' '-1.1641532e-10' '-2.910383e-11' ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
'for loop' trouble
basically i have two lists of doubles, each a single column, one longer than the other. every number in A is located somewhere ...
mehr als 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
determining whether a number lies in any of the intervals of a 2 column matrix
basically i have a matrix of numbers, single column, such as the following: A = [2; 4; 17; 23; 30] and i have another matr...
mehr als 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
matlab challenge- searching range of data to see if certain values exist
http://i52.tinypic.com/264gsnn.jpg please see the abov elink for a visual of my issue.. basically the values in the 3rd and 4...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
replacing numbers in columns
i have this data in columns of cell arrays that i need to save. the problem is that every so often there is a break in the data...
mehr als 13 Jahre vor | 2 Antworten | 0
2
Antwortenmatlab data parsing help- pulling only certain characters
wow.. thank you both! very helpful!
mehr als 13 Jahre vor | 0
Frage
matlab data parsing help- pulling only certain characters
i have a code where i parse certain information from a text file using textscan, and i have it read it out into a column of a ce...
mehr als 13 Jahre vor | 3 Antworten | 0