photo

Matthew


The Weather Company

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

1 File

Cody

0 Problems
18 Solutions

RANK
10,502
of 300,508

REPUTATION
4

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
10,390 of 21,019

REPUTATION
58

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
588

RANK
26,868
of 169,435

CONTRIBUTIONS
0 Problems
18 Solutions

SCORE
190

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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...

13 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...

13 years ago | 2