Marc Servagent
Followers: 0 Following: 0
Statistics
RANK
8,059
of 295,467
REPUTATION
5
CONTRIBUTIONS
6 Questions
6 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Optimize code without for loop
Thanks, the vectorization helped to sigificantly improve the situation.
2 months ago | 0
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...
1 year ago | 2 answers | 0
2
answersHow 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...
3 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...
3 years ago | 1 answer | 0
1
answerReadtable / 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!
3 years ago | 0
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} = '...
3 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 ...
3 years ago | 4 answers | 0
4
answersText 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
answerQuestion
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
answerHow 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...
4 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...
4 years ago | 2 answers | 3