Marc Servagent
Followers: 0 Following: 0
Statistiques
RANG
8 658
of 296 446
RÉPUTATION
5
CONTRIBUTIONS
6 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
83.33%
VOTES REÇUS
4
RANG
of 20 376
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 156 475
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Optimize code without for loop
Thanks, the vectorization helped to sigificantly improve the situation.
4 mois il y a | 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...
plus d'un an il y a | 2 réponses | 0
2
réponsesHow 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...
plus de 3 ans il y a | 0
| A accepté
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseReadtable / 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!
plus de 3 ans il y a | 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} = '...
plus de 3 ans il y a | 0
| A accepté
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 ...
plus de 3 ans il y a | 4 réponses | 0
4
réponsesText 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.
plus de 3 ans il y a | 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 ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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:...
presque 4 ans il y a | 1 réponse | 0
1
réponseHow 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...
plus de 4 ans il y a | 1
| A accepté
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...
plus de 4 ans il y a | 2 réponses | 3