Community Profile

Muaaman


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Trying to get text file to align properly for data table
uData is a 30x5 matrix with numbers. name_Database is a 30x1 cell array with strings of Names (e.g. Fake Subject 1, Fake Subject...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Index exceeds matrix dimensions when writing to text file?
uData is 27x5 matrix containing numbers. name_Database is a 27x1 cell array containing names in the form of strings. I am ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Remove element from cell array completely
I have a cell array with the following information: >> handles.guideGUI ans = Columns 1 through 8 @ar...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Which numeric type works for function table()?
The data I want to put into table were originally double, and I used the table function on them and I got: Undefined funct...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


String for pushButton GUIDE GUI - using Greek letters
When I try to put in "α" into the String field of the GUIDE GUI pushButton, it replaces it with a blank character (as if there's...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


If statement error code mistake - string input too long not working...
I essentially have this as code in the GUIDE GUI pushbutton1_Callback. Error Code II is not working properly. Even if I enter in...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Display GUIDE GUIs in random order?
I have 14 GUIDE GUI's and I want them to appear in a random order, one after another. i.e. GUIDE GUI #1 opens, press push but...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Bar graph plotting problem in GUIDE GUI (previous resolution didn't work; code shown)
I posted something like this before but when I examined it carefully, the issue is not resolved. I am trying to plot the bar...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Writeable did not match any valid parameter of the parser
In the GUIDE GUI.m file, I have a screen where I need to define a cell array variable that needs to be updated (add +1 to one of...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


bar graph GUI GUIDE
How do I go about with making a (working) bar graph be displayed in the GUIDE GUI? Input would be much appreciated.

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Randomly ordered GUIs sandwiched between fixed order GUI.
I would like to accomplish something like the following. Please note that these GUIs were all originally made with GUIDE: San...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Dialog box when try to close GUI window
I created a GUIDE GUI, but I want to prompt the user to a choice dialog box if they try to close the GUI window using the Close ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error dialog box for push button when empty textbox; GUI
I have a GUI where the user would input their name, then press a button to proceed to the next GUI. I want to make it so tha...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Store text in array as string from GUI text box
On the first screen of my GUIDE-made GUI I want the participant to enter their name in the text-box and press the OK push button...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error with figure color function
I am trying to display a figure with color so I am entering: function class1() figure('name', 'Example',... ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Changing image not showing upon display.
I am trying to crop an image and be able to manipulate in some way (I adjusted contrast) and show change in formatting as its di...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to enter input variable from dialog box into text file?
if true % code prompt={['What is your name?']}; title = 'Name Machine'; answer = inputdlg(prompt, title); name = answ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort