photo

charlotte wilson


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Joining points from a scatter plot with a single line
Hi I have a code which collects data from different files and loads them as scatter points on one graph. I am looking to join t...

7 years ago | 1 answer | 0

1

answer

Question


I have multiple pre-made figures which I wish to combine all on top of each other keeping the same axis
I have a group of figures all from separate folders. All the figures have the same name, axis and legends. Is there anyway the f...

7 years ago | 0 answers | 0

0

answers

Question


Varying variable name within one workspace
folder = '1.5'; load comp.mat figure L1 = L; J1 = J; clearvars -except L1 J1 plot(L1,J1,'bo') ...

7 years ago | 1 answer | 0

1

answer

Question


I have this code creating a list of months, however the output is on the last month, Dec. Is it possible to create a matrix of the individual month in order to incorporate into another code?
ii = 1; %counter % creating a list of months while ii<=12 t = datetime(2016,ii,01):calweeks(5):datetime(2016,ii+1,...

8 years ago | 2 answers | 0

2

answers

Question


fopen function word altering loop
I am very new to matlab and I was love some help. I have a set of data which is in the form 'Data_JAN.dat' and it goes from J...

8 years ago | 1 answer | 0

1

answer