Estadística
12 Preguntas
2 Respuestas
CLASIFICACIÓN
177.289
of 295.735
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.277
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.433
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
Feeds
Pregunta
Matlab Code for GUI
Can anyone please give me the example code to use two list boxes and one push button in GUI.
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Error using ==> sprintf
prompt{1}=('Enter your Name :'); prompt{2}='Enter Marks :'); prompt{3}='Enter aggregate :'); name='Student'; z=(in...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
List Boxes in Matlab GUI
I have some problem in my code while generating the output using list box My two list boxes are each displaying a set of valu...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how many rules i can create in ANFIS for 8 membership functions for 2 inputs?
In ANFIS, i have 2 inputs a& one input.Both the inputs are having 8 membership functions(gbell), so how many rules i can create?...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
can i change the size of msgbox?
can i change the size of msgbox and want to know about color options for msgbox
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to display output in Matlab gui?
prompt{1}='Enter 1st grade :'; prompt{2}='Enter 2nd grade :'; name='result'; answer=inputdlg(prompt,name); a=xlsr...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in the code :Input must be cell arrays of strings
prompt{1}='Enter Movie Rating :'; prompt{2}='Enter Revenue :'; name='Prediction'; ans{1}=inputdlg(prompt{1},name); ans{2...
más de 11 años hace | 1 respuesta | 0
1
respuestacompare columns & Display output using excel sheet
prompt{1}='Enter 1st grade :'; prompt{2}='Enter 2nd grade :'; name='result'; answer=inputdlg(prompt,name); a=xlsread('input...
más de 11 años hace | 0
Matlab GUI displaying output based on user input
Any one pls. answer for this question
más de 11 años hace | 0
Pregunta
How to replace the Image with a graph in GUI?
In GUI File first, i want to display one image and i want to replace the image with some graph on the same axes, after calling o...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to link 2 GUI files in MATLAB
How to link 2 GUI files in MATLAB
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab GUI displaying output based on user input
i want to create one gui with two prompt messages 1. enter semester - I marks 2. enter semester - II marks After entering ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to print output in gui
prompt{1}='Enter a value :'; prompt{2}='Enter b value :'; title='addition'; answer=inputdlg(prompt,title); in the abo...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
compare columns & Display output using excel sheet
i have 3 columns in abc.xlsx and the data is X Y Z 1 1 10 1 2 20 1 3 30 1 4 40 1 5 50 2 1 60 2 2 70 2 3 80 2 4 90 ...
más de 11 años hace | 2 respuestas | 0