Community Profile

photo

Tim Koopman


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 4 Jahre vor | 0

| akzeptiert

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

fast 4 Jahre vor | 1

| akzeptiert

Gelöst


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

etwa 4 Jahre vor

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort