Statistik
RANG
177.252
of 295.527
REPUTATION
0
BEITRÄGE
12 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
58.33%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Matlab Code for GUI
Can anyone please give me the example code to use two list boxes and one push button in GUI.
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error using ==> sprintf
prompt{1}=('Enter your Name :'); prompt{2}='Enter Marks :'); prompt{3}='Enter aggregate :'); name='Student'; z=(in...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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?...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
can i change the size of msgbox?
can i change the size of msgbox and want to know about color options for msgbox
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
Antwortcompare 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...
mehr als 11 Jahre vor | 0
Matlab GUI displaying output based on user input
Any one pls. answer for this question
mehr als 11 Jahre vor | 0
Frage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to link 2 GUI files in MATLAB
How to link 2 GUI files in MATLAB
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
mehr als 11 Jahre vor | 2 Antworten | 0