Dimple


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
2 回答

ランク
278,531
of 297,503

評判
0

コントリビューション
12 質問
2 回答

回答採用率
58.33%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Matlab Code for GUI
Can anyone please give me the example code to use two list boxes and one push button in GUI.

11年以上 前 | 2 件の回答 | 0

2

回答

質問


Error using ==> sprintf
prompt{1}=('Enter your Name :'); prompt{2}='Enter Marks :'); prompt{3}='Enter aggregate :'); name='Student'; z=(in...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年以上 前 | 0 件の回答 | 0

0

回答

質問


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

11年以上 前 | 0 件の回答 | 0

0

回答

質問


can i change the size of msgbox?
can i change the size of msgbox and want to know about color options for msgbox

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
compare 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...

11年以上 前 | 0

回答済み
Matlab GUI displaying output based on user input
Any one pls. answer for this question

11年以上 前 | 0

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How to link 2 GUI files in MATLAB
How to link 2 GUI files in MATLAB

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年以上 前 | 2 件の回答 | 0

2

回答

質問


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

11年以上 前 | 3 件の回答 | 0

3

回答

質問


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

11年以上 前 | 2 件の回答 | 0

2

回答