Community Profile

photo

Freya H


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

Afficher les badges

Feeds

Afficher par

A répondu
How can I make a table editable in app designer to use the resulting data matrix?
The following code might solve your problem. You can use the feature 'ColumnEditable' of a uitable to make some or all columns e...

plus de 5 ans il y a | 0

A répondu
Appdesigner: How do I include a cell-array of strings for "Items" of listbox through Appdesigner GUI?
One workaround would be to iterate through all entries such as: for n = 1:size(app.Listbox_RP_names,1) app.ListBox.It...

plus de 5 ans il y a | 1

| A accepté

A répondu
Matlab App Designer: Index exceeds matrix dimensions error
What format/size does the arrayString1 variable have? My best guess would be that in "app.S1 = IncomingString(1);" you possib...

plus de 5 ans il y a | 0

A répondu
Showing Standard deviation (errorbar) in Radar Plot / on rotated axes
@dpb: thanks again for the final idea & you are right, it wasn't all to difficult to set up all bars at once. Not the nicest...

plus de 5 ans il y a | 0

| A accepté

Question


Showing Standard deviation (errorbar) in Radar Plot / on rotated axes
In my radarplot I calculate the mean of certain values which I show on each one of the axes. I would now like to add an errorbar...

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

1

réponse

A répondu
Using the Matlab App Designer, How can I hide a numeric field with a button push?
You can set the visibility of the other label to 'off' using app.NameofComponent.Visible = 'off' I would create both com...

plus de 5 ans il y a | 1