
Thomas Fournier
Statistics
RANK
4 612
of 257 766
REPUTATION
8
CONTRIBUTIONS
4 Questions
8 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 17 763
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Live editor, link variable to control does not appear.
Hello, I try to implement an edit field control in my live script, and link it to a string array variable defined earlier. In ...
7 mois ago | 1 answer | 0
1
answerChange Button text when pressed in app designer
You can change the text displayed on your button through the command: app."name of your button".Text="newName"
7 mois ago | 0
| accepted
How to pass data from Dialog App to Calling App before closing Dialog App?
So you have a Dialog app and a calling app, imagine in your calling app you have a property called speed, in your calling app y...
8 mois ago | 0
Need to enable Editing value when selected from Tab tree???
Not exactly sure what you want to do but here are a few thing that can be usefull: 1, create callbacks: a piece of code that is...
9 mois ago | 0
In the App Designer: How to pass handle name to be used on other functions? Use PushButtom handle on other function?
As long as your function has 'app' as a varargin you should be able to access your button handle. For exemple if you want to kn...
9 mois ago | 0
How can I create app from main script along with their subscript ?
The data you want to keep between function shoud be defined as properties of your app, To refer to this variable later in yo...
9 mois ago | 0
| accepted
How can I select programmatically AxesToolbar tool?
Just doing this after your scatter should work: x = rand(20,1); y = rand(20,1); scatter(x,y) brush('on')
9 mois ago | 0
How do I get a user to choose an option by button?
Not sure of what you want to do but you can try to play with callbcak and "Visible" parameter of some component. For exemple yo...
9 mois ago | 0
Can I save calculations performed in App Designer to the workspace?
You can use the command "assignin" for exemple, here is a button's callback that send all the app data to the workspace: funct...
9 mois ago | 0
Question
How to NOT share variable with nested function?
Hello, I made a big code in a separate m.file, this code includes functions. I then want to make a function out of this big co...
9 mois ago | 3 answers | 0
3
answersQuestion
issue with App Designer and WindowButtonDown callback
Hello, I need to display a point coordinate in a scatter plot, it works well, I just have to hover my cursor over it: Howeve...
11 mois ago | 0 answers | 0
0
answersQuestion
"Access Elements of a Nonscalar Structure Array" issue
Hello, I try to access data stored in a structure of this type: I would love to have access easily for exemple to all the m...
12 mois ago | 2 answers | 0