photo

Bjarte


Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
212,719
of 300,553

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

  • Thankful Level 1

View badges

Feeds

View by

Question


fprintf inside loops: How to write to text file or Excel?
I am working on a research project and have developed a code that loops using different input parameters. At the end of the code...

7 years ago | 2 answers | 0

2

answers

Answered
fprintf inside loops: How to write to text file or Excel?
It worked! However, I had to replace 'w' with 'a+' in order for it to not replace existing contents in the loops. Thank you very...

7 years ago | 0

Answered
Replace cell text in Excel
I am not sure if that works in my case. I am trying to run a function with input parameters from input.xlsx, and export resultin...

7 years ago | 0

Question


Replace cell text in Excel
How can I replace a cell's text in Excel with another text? %% DATA INPUT FROM PRESPECIFIED EXCEL FILE [~, text, ~] = xlsr...

7 years ago | 2 answers | 0

2

answers