photo

Matthew


The Weather Company

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Question


compiling with shared mfiles into some sort of library
Hi All, I'm trying to compile my first Matlab programme with mcc and I'm pretty confused! I'm unsure about the best way to d...

12 years ago | 0 answers | 0

0

answers

Answered
how to create multiple blank txt files in a folder
Hi Jin, You could use something like for ii = 1:100 file_name = ['file' sprintf('%1.0f',ii) '.txt']; f...

12 years ago | 2