photo

Jacob Matthews


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
9,688
of 300,352

REPUTATION
4

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Initializing a char structure for a loop
I am building up a char structure of file paths and names in a large for loop in the form list=[] for i =1:n stuff ...

10 years ago | 1 answer | 0

1

answer

Answered
Convert variable to a title - includes special charcters
You could use the command "strrep" to replace the underscores with spaces: strrep(FileName,'_',' ') or if you want to keep...

10 years ago | 0

| accepted

Question


Indexing one particular dimension regardless of number of dimensions
I have a structure of several dimension (7 right now) that I will be adding dimensions to in the future. In a section of my code...

10 years ago | 1 answer | 0

1

answer