Muaaman


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

17 Fragen
0 Antworten

RANG
238.786
of 300.813

REPUTATION
0

BEITRÄGE
17 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
47.06%

ERHALTENE STIMMEN
0

RANG
 of 21.086

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.134

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

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

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

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

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

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

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

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

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

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

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

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

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

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

etwa 11 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',... ...

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

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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort