Community Profile

photo

jfrazie9


Active since 2017

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Content Feed

View by

Question


Figure Axis formatting; how to move label from axis
Hello, I am trying to create my own x axis value labels on a logarithmic scale. To do this I am trying to move the label down, t...

5 years ago | 1 answer | 0

1

answer

Question


make cd() work more efficiently or a better function to do what I am looking for
I am trying to set up a directory change at the beginning of this code such that it will simply go into the stated folder and ru...

5 years ago | 2 answers | 0

2

answers

Question


How to display only bottom and left axis, not top and right axis?
I am trying to plot this without the top and right axis, so the top and right side will not be confined by a border on the plot ...

6 years ago | 2 answers | 0

2

answers

Question


How to save a a produced figure as various file format?
I have produced a figure using various data and now am curious how I save this figure as the following file formats; *.fig, *.em...

6 years ago | 1 answer | 0

1

answer

Question


Trying to convert cell to array when cells have range of values
I have a 1x1000 cell that I am trying to convert to an array so I can easily copy out all the columns and rows of data. Unfortun...

6 years ago | 2 answers | 0

2

answers

Answered
How to plat three similar figures together for comparison?
Attached are the two data sets from A that I am trying to plot. These are just copied out of matlab into a *.txt file format. I ...

6 years ago | 0

Question


How to plat three similar figures together for comparison?
I am trying to plot three sets of data together where both A sets go together, both B sets go together and both C sets go togeth...

6 years ago | 2 answers | 0

2

answers

Question


reading in text files
I am try to read in 250 *.txt files. Each file resembles the attached picture. I have tried the following; for k = 1:250 ...

6 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago

Question


Extract data from a structure
I have a "1x1 struct" with 2 fields. One of the fields is data and is a 7909x10 double, while the other field is textdata that i...

6 years ago | 2 answers | 0

2

answers

Question


Using for loop to enter data with similar names
I am trying to import data from 250 *.txt files. The file names are as such "C58501_line_ssf_001" to "C58501_line_ssf_250". ...

6 years ago | 1 answer | 0

1

answer

Question


How to extract data from multiple data files?
I have 250 files with various x, y and according times, t data for 55 individual points. I also have a boundary area that will b...

6 years ago | 1 answer | 0

1

answer

Question


I am trying to transform a column of data
I have a 22x4 double in a .mat file currently. To use this data I need to change the first column into a function of itself. I n...

6 years ago | 1 answer | 0

1

answer

Question


After running a script the product is three separately named 1x1 cells that open to 77x1 doubles, when loading it how do I skip the cell and go to the matrix immediately for all three variables?
After running a script the product is three separately named 1x1 cells that open to 77x1 doubles, when loading it how do I skip ...

6 years ago | 1 answer | 0

1

answer

Question


cell to matrix when loading
The matlab file I am trying to load is a '1x1 cell' that opens to a '77x1 double' when loading it how do I skip the cell and go ...

6 years ago | 1 answer | 0

1

answer