photo

David


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
2 170
of 300 379

RÉPUTATION
30

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
13

RANG
 of 20 931

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 299

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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...

plus de 7 ans il y a | 13

| A accepté

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')...

plus de 8 ans il y a | 1 réponse | 0

1

réponse