Community Profile

photo

Tim Koopman


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Answered
converting txt to xlsx
This will convert the full text file to .xlsx: yourFileName = readcell('yourFileName.txt') writecell(yourFileName,'yourFileNam...

4 years ago | 0

| accepted

Answered
Appending different size arrays each itteration in app desinger
You could perhaps initialize a new property as an empty array and then append to this array with every iteration: properties (A...

4 years ago | 1

| accepted

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago

Question


App Designer app property is saved as double although I enter strings
In App Designer I run into the issue of not being able to assign a string (or any other variable type) other than double to new ...

4 years ago | 1 answer | 0

1

answer