photo

Bjarte


Active since 2018

Followers: 0   Following: 0

Message

Statistics

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

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

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

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

6 years ago | 2 answers | 0

2

answers