photo

Nipurn Gulgulia


IIT Kharagpur

2015 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

9 質問
0 回答

Cody

0 問題
5 解答

ランク
115,029
of 297,503

評判
0

コントリビューション
9 質問
0 回答

回答採用率
22.22%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
53,181
of 159,017

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Simulink Design Verifier Expected Output missing
I am trying to generate Test cases using SLDV in Matlab2017a. I checked "Include Expected Output Value" under result section of ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to get meeting timing from outlook calendar for a particular day?
I want to write a script which will give user all the meetings scheduled for a particular day! h = actxserver('outlook.Appl...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How to get Skype Status in Matlab?
I want to get current Skype status - Busy, available etc. is there any way to get that?

7年弱 前 | 0 件の回答 | 0

0

回答

質問


How to convert .m file to .exe file?
I converted .m file to .exe file using deploytool. When i run .exe file it opens with logo and just after that it close. Its no...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


How to determine cursor position in 'edit' uicontrol
I have an application where there are several buttons that apply a specific function to the data. The user can also enter values...

約7年 前 | 0 件の回答 | 0

0

回答

質問


How to drag name from list box and drop it in Edit box ?
In GUI, I have a list box and an Edit box. I want to use drag and drop feature to drag a name from list and display it in edit b...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to add multiple rows in Edit Text box from a list?
I am trying to add strings into a edit text box using a list of strings. But after adding two lines i am getting error "Error ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to create a drop down list with fixed title?
<</matlabcentral/answers/uploaded_files/104775/Capture.PNG>> I want a drop box with title 'Math' under which basic mathematic...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to create a drop down box with fixed title?
I want a drop box with title 'Math' under which basic mathematical operations will be there- BasicOperation = uicontrol(par...

約7年 前 | 0 件の回答 | 0

0

回答

解決済み


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

10年弱 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

10年弱 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

10年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10年弱 前