
John Hunt
Statistiques
RANG
26 029
of 282 032
RÉPUTATION
1
CONTRIBUTIONS
17 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
58.82%
VOTES REÇUS
1
RANG
of 19 072
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 134 460
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
Content Feed
Question
How to copy a video file from an external drive to the current workspace?
I am working on a script which will loop through a group of large videos that I have on an external drive. In psuedo codo I want...
3 mois il y a | 1 réponse | 0
1
réponseHow to read a text file with multiple data sets in it with a starting line?
While I was looking into this I ran into the "importdata" function which splits up my data into two parts. The first is "text da...
environ 3 ans il y a | 0
| A accepté
Question
How to read a text file with multiple data sets in it with a starting line?
I have a data file that is from a CNC machine with load cells. I want to read it in to matlab and be able to analyze it, but it...
environ 3 ans il y a | 1 réponse | 0
1
réponseI cannot get Spectrogram to highlight a single frequency signal
dpb answered this question in the comments sin() uses radians and the conversion from radians to hertz is 1/(2pi) and 440/(2pi...
plus de 3 ans il y a | 0
| A accepté
Question
I cannot get Spectrogram to highlight a single frequency signal
I want to use the spectrogram function in matlab, before I do I wanted to make sure I understand it. So I did a small example wi...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Is matlab getting rid of the string variable?
I tried to run a program that I made in matlab to write some G code and I got an error saying that the variable type sting will ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I get a second x axis in my guide gui?
I have a simple gui that is plotting 5 different plots from the same set of data. The x axis are all in position (mm), with dif...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
How to switch between plotting on two different axis in one gui function
I have a data set that includes 25 sets of time, position x, y,z forces, and torque. I am using a GUI to access all of the dat...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
I made a plot and the markers are really ugly, does anyone know why my plot is doing this? (see plot below)
<</matlabcentral/answers/uploaded_files/132772/g.png>>
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to fix plotting issues?
I am making some plots by plotting data that is in a big cell array. When I plot it on my personal laptop the picture is ugly (...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to minimize a midpoint of a 3D line to a 3D data set?
I have two points pt1 = (36.77, 11.63, -38.82) pt2 = (31.77, 14.61, -31.09). I also have a set of data points that I need to us...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to group rows of data into a cell of a cell array?
I have a data that has xyz information as well as three numbers that group each point together. As an example a row might have ...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to find set of 3 in a 122x4 matrix?
I have a matrix that is 122x4. These have index numbers 1-36 with two only rows containing three points that are common between...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to build a structure that includes multiple matrices
I want to build about 100 matrices that are just zeros that have three columns and one row. I then want to populate these m...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to cut duplicate rows from a matrix
I have a matrix that has 60,000+ rows and there are duplicate of rows in this matrix example: [1 2 3; 1 2 3; 2 3 3; 2 ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I create a new matrix from certain columns from another matrix?
If I have a large matrix (60000,51) and I want the first three columns and the 37-42 columns in a new matrix how can I do that?
presque 6 ans il y a | 1 réponse | 1
1
réponseQuestion
How can I sort my data by within a sorting
I have a set of x,y,z data. I want to have all of the data sorted by x (least to greatest), then I want to have the y data be s...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to call data from a structure?
I have a structure that is 1x36. Each of the cells has data that I would like to call and use. How can I do that?
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I make smaller matrices (size unknown) from a large matrix?
I have a matrix that has 51 columns and 46999 rows. The 8th column has values 1 to 36. I want to create a matrix for each valu...
environ 6 ans il y a | 1 réponse | 0