Community Profile

photo

Sydney Sebopetse


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Please Assist with plotting graph from multiple files, so far the code only reads one file a multiple times.
D = dir('C:\\Users\\NSebopetse\\Pictures\\nakampe-optiplex-760\\san_2018*'); N = length(D); for i = 1 : N if ~strcmp(D(i)...

5 years ago | 1 answer | 0

1

answer

Question


Good day guys, I have wrote a code to read multiple files and plot a graph from the information in the files in a folder but I am getting errors whilst trying to read the code. I have attached the code below and the errors which I get.
D = dir('C:/Users/NSebopetse/Pictures/nakampe-optiplex-760/san_2018-11*'); N = length(D); for i = 1 : N if ~strcmp(D(i).n...

5 years ago | 0 answers | 0

0

answers