Statistics
RANK
39,577
of 295,448
REPUTATION
1
CONTRIBUTIONS
23 Questions
1 Answer
ANSWER ACCEPTANCE
69.57%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
"Access is denied." Error
I am running a script where I'm trying to create a directory if the directory doesn't already exist. The relevant section of my ...
7 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 1
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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 ...
2 years ago | 0 answers | 0
0
answersQuestion
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...
2 years ago | 0 answers | 0
0
answersQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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....
2 years ago | 1 answer | 0
1
answerQuestion
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 #######################################...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 0 answers | 0
0
answersQuestion
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/...
3 years ago | 1 answer | 0
1
answerQuestion
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:...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 0 answers | 0
0
answersI need to read a file and store the values, so I can call these values in a for loop.
Thank you, KSSV!
7 years ago | 0
Question
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 ...
7 years ago | 2 answers | 0