A Mackie
Followers: 0 Following: 0
Statistics
RANK
4,867
of 295,569
REPUTATION
10
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
4
RANK
of 20,247
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
Feeds
Issue with App created with appdesigner in Matlab 2017b while using it in Matlab 2015
No, it is not possible. App Designer and associated components (uifigures) were introduced in 2016a and so that is the earliest ...
6 years ago | 0
| accepted
Question
Using dataqueues to log text to an app (appdesigner)
I am encountering an issue with a logging schema and an app I am developing in app designer. The app is designed to provide log...
6 years ago | 0 answers | 0
0
answersSolved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
6 years ago
comparing floating point numbers
A-B' will generate a 104x641 matrix where each row is a value of A minus each individual value of B. The |'| operator ta...
6 years ago | 0
Question
Installing MATLAB WebAppServer gives me a 'Call to download server failed' error. Why?
I am trying to install the MATLABWebAppServer onto a private network onto a windows server machine, whenever I do so I receive t...
6 years ago | 1 answer | 0
1
answerQuestion
meta.package not updating
Using 2017b. I have some code which performs inspection on a package periodically, however, if a function is removed from thi...
6 years ago | 0 answers | 1
0
answersMultiple figures of varying sizes into a single figure
Within each subplot try altering the axis 'Position' property - this doesn't just move the position but also can change the size...
6 years ago | 0
How to create a piecewise function using if and else statements?
Im not sure how you are receiving that error without using '&&' or '||' in your code. But the issue with what you are doing is ...
6 years ago | 2
Question
How to access appdesigner uicontrol input validation such as seen on NumericEditField?
The ui control NumericEditField has 'built-in' validation when the limits are enabled, preventing the user from entering a numbe...
7 years ago | 0 answers | 1