photo

David


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
2,153
of 298,993

REPUTATION
30

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
13

RANK
 of 20,661

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,052

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


After packaging an app made in appdesigner, the app beeps, loads for one second, then crashes.
I have spent the better part of a year building an app in appdesigner. I can load it and use it in Matlab. It packages without a...

6 years ago | 0 answers | 0

0

answers

Answered
How can I save a figure within app designer?
I spent some time on this for my own purposes. The trick is to save the individual values from the figure into local variables t...

7 years ago | 13

| accepted

Question


I am trying to add an index value (cell) from a matrix to a string and use the entire string as a variable. Any ideas?
>> A = {1,2,3,4} A = 1×4 cell array [1] [2] [3] [4] >> char(strcat('Number',A(1,1),'All_Time_Slices')...

8 years ago | 1 answer | 0

1

answer