Community Profile

photo

Allen Hammack


Last seen: 5 días hace Con actividad desde 2017

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to a create a label at the bottom of a vertical line?
I am plotting a vertical line using xline, and I'd like to label the plot at the bottom of the line instead of the top. The exam...

alrededor de 1 mes hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove NaN Entries in a Dataset
I have a data set with multiple variables (var1, var2, var3). Any of the variables can have a NaN values. If one value for one o...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to delete all files with a certain extension?
I have a directory with several .png files that I would like to delete in a script. I have the following script that I have modi...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Save a Figure as a .png and .pdf of a Specific Size
I am trying to generate a plot and save it as .png and .pdf files of a certain size. I have many plots that I am generating that...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem concatenating two strings
I have three files (attached). I need the for loop to extract the part of each file name between the hypens into separate fields...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Error creating structure field names with a for loop
I have several directories that each contain multiple .txt0 files that I am trying to process. (For the sake of this question, t...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Append to Text File with For Loop
I am trying to append to a text file using a for loop. Here is a generalized version of my script: for 1:length(variable) if ...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Create a new structure using a function in a for loop.
I have a structure, and I want to use the values of one of the fields as the names of new structures. So, for instance, I have s...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Problem Creating Structure Field with For Loop
I'm having trouble creating and populating a structure field using a for loop. What I've attempted is for j = 1:6 structur...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Count number of lines between strings in a text file.
I have a set of text files with varying amounts of information (i.e. different numbers of lines) in the header. One example file...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove space in a string while parting data using sscanf.
I am reading a file that has this line: Pressure Offsets: -0.206,-0.025,0.004 ,-0.099,-0.598 There is an extra space after "0....

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Read a file with textscan.
I have a text file that I'm trying to read with textscan. The top of my file looks like #######################################...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Find files of a certain extension and populate a structure field with those file names.
I have a directory with multiple .txt files. I want find all those .txt files and create a structure field with the names of tho...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I create structure entries in a for loop.?
I have multiple data sets. For each data set, I would like to perform multiple calculations and have the results of those calcul...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reference Axes Positions in a Plot
I have a plot where I set the axes positions explicity. My code for this is: ax_left = gca; ax_left.Position = [0.05 0.05 0.89...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How Does the Size of a Plot Annotation Text Box Matter?
I'm trying to create a text annotation for a plot. I'm using the following link as a reference: https://www.mathworks.com/help/...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem Explicitly Defining a Plot Area
I am trying to figure out how to explicitly define the area and axes location for a plot. I've looked through this link: https:...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove the Last Entry of Many Fields of a Structure
I have a multiple structures with many fields, and each field has thousands of entries (rows). I need the each field in a partic...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why doesn't my function for writing a file work?
I have a section of code that I'm trying to convert to a function. This code works without being used as a function, so the prob...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I create a function that updates a structure whose input is that structure?
I have the following section of code that I'd like to convert into a function: count = 1; for j = 1:length(data_raw{1}.test_da...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Fast-Fourier Transform Data Input
I have time-dependent data that I would like to run a Faster-Fourier transform on. The data is in an ASCII text file. The first ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
I need to read a file and store the values, so I can call these values in a for loop.
Thank you, KSSV!

alrededor de 7 años hace | 0

Pregunta


I need to read a file and store the values, so I can call these values in a for loop.
I have a file (names.txt) that is a list of file names. There is one file name per line. I need to read that file, so that each ...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas