Community Profile

photo

Marc Servagent


Last seen: 22 days ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Optimize code without for loop
My code uses 6 nested for loops, it is basically used to build 3D matrix with data in specific order from 2D matrix with data in...

9 months ago | 0 answers | 0

0

answers

Answered
How to write into an existing MS Word document table ?
I actually found myself the solution: Word.Selection.GoTo(2,2) % 2: wdGoToTable % 2: wdGoToNext % https://docs.microsoft.com...

2 years ago | 0

| accepted

Question


How to write into an existing MS Word document table ?
Hello, I use a word template document with an existing table inside. I need to write some text inside the table, however I ca...

2 years ago | 1 answer | 0

1

answer

Answered
Readtable / writematrix / Excel file - how to control the format of variables in the table ?
Yes you right understood my issue, I had not found the appropriate syntax. Thansk!

2 years ago | 0

Answered
Readtable / writematrix / Excel file - how to control the format of variables in the table ?
Thanks a lot, indeed detectImportOptions and then set the variable class is a solution. I did this: opts.VariableTypes{3} = '...

2 years ago | 0

| accepted

Question


Readtable / writematrix / Excel file - how to control the format of variables in the table ?
I am designing an app which read and/or update an excel file. When I use the function readtable to import an Excel file, I can ...

2 years ago | 4 answers | 0

4

answers

Answered
Text position on right or left yaxis in app designer
Thanks, I could finally solve my problems by keeping left and right yaxis as different axes and not children of the axes.

3 years ago | 0

Question


Text position on right or left yaxis in app designer
Hello, I work on an applicaton in app designer which display several plots on left and right Y axis, I added a cursor function ...

3 years ago | 1 answer | 0

1

answer

Question


App Designer - increment component
Hello, I try to increment the name of a component in app designer, in order to create a loop, hereafter an example: for i=1:...

3 years ago | 1 answer | 0

1

answer

Answered
How to code the checking of the version of an App ?
The technical support team indicated me the answer, which allow to update the answer to my own question! Attached is the functi...

3 years ago | 1

| accepted

Question


How to code the checking of the version of an App ?
Hello, I made an App via AppDesigner. The App is shared via App Installer. I woud like to code the following: When the app is...

3 years ago | 2 answers | 3

2

answers