Muaaman


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

17 Preguntas
0 Respuestas

CLASIFICACIÓN
238.775
of 300.771

REPUTACIÓN
0

CONTRIBUCIONES
17 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
47.06%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.084

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.969

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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.

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta