Abraham
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
228 784
of 295 527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Question
How would I plot and connect two points properly?
I have a total of 4 numeric input boxes. The first two label x1 and y2 and the second two label x2 and y2. I am able to plot bot...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Why do I get an error when in my CallBack?
In my function my two inputs are numeric. I am trying to add input1 to input2 and have it appear in the Output box. I am able to...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
How do I add these two variables? i keep on getting an error.
function AddButtonPushed(app, event) x =app.Input1.Value; y =app.Input2.Value; app.Output.Value = addition(x, y); end Error...
ungefär ett år ago | 1 answer | 0