
Thomas Fournier
Statistics
RANG
4.784
of 273.214
REPUTATION
8
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 18.448
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Frage
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 ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortChange 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"
mehr als ein Jahr vor | 0
| akzeptiert
Gelöst
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
mehr als ein Jahr vor
Gelöst
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
mehr als ein Jahr vor
Gelöst
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
mehr als ein Jahr vor
Gelöst
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
mehr als ein Jahr vor
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...
mehr als ein Jahr vor | 0
Gelöst
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
mehr als ein Jahr vor
Gelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mehr als ein Jahr vor
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:...
mehr als ein Jahr vor
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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
| akzeptiert
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')
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
Frage
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...
mehr als ein Jahr vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
"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...
mehr als ein Jahr vor | 2 Antworten | 0