charles atlas
suny binghamton
Followers: 0 Following: 0
Milk is for babies. When you get older you have to drink beer.
Professional Interests: engineering
Statistiques
RANG
15 005
of 296 227
RÉPUTATION
2
CONTRIBUTIONS
26 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
76.92%
VOTES REÇUS
2
RANG
of 20 372
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 723
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
Urlread and write to an Excel sheet
All, I have the following code which reads the data off of this website <http://www.aviationweather.gov/adds/metars/?station_...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
Adding map of the east coast to plotted lat/longs
All, I have a GUI that plots a number of lat/longs all over the east coast and the gulf. What I want is to underlay a map ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Storing products in a folder in my directory
All, So I have a script that reads data with urlread and then stores the data in a .txt file. I store the working directory ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Having Matlab automatically choose the directory I am in
All, I have a code that references the user directory that I am in: userDir = uigetdir('C:\','Browse to station direct...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Remove NaNs during plotting (keep array the same length)
Here is my issue: The Following code plots numbers as text on a Figure that already has points. for k=1:length(temps) ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
cell array question finding minimums of intervals of time matrices
I have a cell array that is a 1:100 cell (cellarray1). each one of the contents of that cell is ALSO a cell. The contents of e...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Column Number Matching
I have two columns of data stored in array "A" one is random numeric data and the other is just numbers 1, 2, 3, 4, or 5. I wa...
plus de 12 ans il y a | 1 réponse | 0
1
réponsenumber of values greater than zero in a large matrix
Reducedmatrix=sum(Grandmatrix~=0); works the best. The problem is, it counts numeric data when there is more than one nonzero va...
plus de 12 ans il y a | 0
Question
number of values greater than zero in a large matrix
I have a 900X25 matrix The matrix has rows of zeros with one or two numeric values. Some rows have all zeros. What I want to do...
plus de 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
Creating a meshplot with only x, y and z vectors (not matrices)
I have a bunch of points that correspond to random points on the x y plane. I have heights that correspond to heights of those p...
plus de 12 ans il y a | 1 réponse | 1
1
réponseQuestion
Changing height Z axis in 3D scatter plot
I have a 3D scatter plot. My issue is that the X and Y axis are latitudes and longitudes and are stored in the arrays “LAT and L...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Deleting X-Y points that are not near other points on a field of data points
I have a set of data. This data is around 900 rows of two columns. Each row has an X and a Y value which specifies a point on th...
plus de 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
Adding a column of character data to a column of numeric data
I have two columns of data. One is a column of numeric data, and one is a column of time data. G=numeric data; T=datestr(T, 'H...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Deleting rows in Matlab
I have a large column vector (col1) I have the following code: notcontacts=(col1(:,1)>600); col1=col1.*notcontacts ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Rows
I have a matrix of data and with 1000 rows and 5 columns. I want to take the minimum value in each row and store that in a colu...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
one column of data manipulating the other.
I have two columns of data as such: c1 = [1 3 5 9 13]; I have another column of data as such: c2 = [34 65 79 134]; I...
plus de 12 ans il y a | 1 réponse | 1
1
réponseQuestion
Matching lines of data and negating errors in the textfile
I am reading in a text file with the following code: fid=fopen(‘filename.txt’, ‘rt’); X=textscan(fid, ‘%s%s%s%s%s’, ‘hea...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Return the number of rows of an array of cell data
I have an array of cell data “a” in Matlab. I want to look at the array (which contains numeric and text data) and say in Matla...
environ 13 ans il y a | 3 réponses | 0
3
réponsesReading 3rd set of data from large text file
Is there any way to have a code that cycles through the text file and says once you see numeric data is 8 columns (skipping the ...
environ 13 ans il y a | 0
Question
Reading 3rd set of data from large text file
I have a large set of data that I am reading from a .lis file. There are 3 lines of header data, then a few thousand lines of nu...
environ 13 ans il y a | 2 réponses | 0
2
réponsesreading columns from a text file with errors
In other words the data that I read in with fopen and textscan ends up looking like this: time 123 0.00 heating 5...
environ 13 ans il y a | 0
reading columns from a text file with errors
They have spaces between them. they are numeric and text data
environ 13 ans il y a | 0
Question
reading columns from a text file with errors
I have a code displayed below clear clc file1=input('enter file name in single quotes '); fid = fopen(file1,'rt...
environ 13 ans il y a | 4 réponses | 0
4
réponsesQuestion
Comparing sets of data
I have a column of data that has a bunch of numbers indicating height of something. I have another column of data also indicatin...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
time on x axis
I have the following code fid = fopen('file.txt','rt'); X = textscan(fid,'%s%s%f%s%s%s%f%f%f%f%s%s%s%s',... 'HeaderLi...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
Converting cell data to a matrix
I have one column of cell data in Matlab that reads the following: 11:32:44.69 InAir 0.00 Steady 0.00 -1.06 0.00 1.00 1...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
plotting a line that is multiple colors
I have some data that I am plotting column A is time data in seconds, column B is height and column c is a column of string dat...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Excel displaying unwanted date data
I have an array of date data as shown: dates= '12/23/2011' '12/23/2011' '12/23/2011' '12/23/2011' '12/23/2011...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract text data and time data from notepad file
I have a very large text file in notepad and I need to extract data from it. The exact data is displayed as such: 05/12/20...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
Vertical Distance between two points of curves on a graph
I have a graph with two curves written in matlab and I want code or a simple command to display the maximum vertical distance be...
plus de 13 ans il y a | 1 réponse | 0