photo

Gaurav Shukla


2014 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

3 質問
7 回答

Cody

0 問題
7 解答

ランク
3,622
of 300,799

評判
15

コントリビューション
3 質問
7 回答

回答採用率
33.33%

獲得投票数
4

ランク
 of 21,092

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
48,078
of 171,134

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

スコア
80

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How MIL,SIL is a Closed Loop Testing ?
Broadly speaking when you create a controller model for validation of the logic you connect the output of your controller to a p...

10年以上 前 | 0

解決済み


Concatenating strings
* Write a statement that assigns fullName with firstName, a space, then lastName. Ex: If firstName is Alan and lastName is Tu...

約11年 前

解決済み


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

約11年 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

約11年 前

解決済み


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

約11年 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

約11年 前

解決済み


Count number of words in string
Count number of words in string E.g. 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3

約11年 前

解決済み


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

約11年 前

質問


Is it possible to restrict simulink from changing my solver setting to fixedpoint ?
Is it possible to restrict simulink from changing my solver setting to fixedpoint. I have a model with no continuous block bu...

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

0

回答

質問


Can we create SImulink DataDictionary from command window through APIs.
I wish to Automate simulink Data Dictionary creation by reading the parameters from excel and creating simulink object and the...

約11年 前 | 1 件の回答 | 1

1

回答

回答済み
Conditional formatting in Excel 2010 from MATLAB
Excel = actxserver('excel.application'); WB = Excel.Workbooks.Open(File_Path,0,false); for j=1:length(Result_Frm_Scope) ...

約11年 前 | 1

| 採用済み

回答済み
how to open *.txt files with variable names
Consider an array VarName = [A,B,C]; for i=1:3 str = strcat('fopen(''',VarName(i),'.txt','wt'); eval(str); end...

約11年 前 | 1

回答済み
How to enable the ruler in GUI?
Goto:- Tools -> Grid & Rulers ->Check Show Ruler CheckBox.

11年以上 前 | 1

| 採用済み

回答済み
how to correctly prompt user to enter only 1 real number,numeric value,that is within range...?
Given a combination of number and char, num2str will give you empty matrix [], thus u cant compare tha to your range. i sugge...

11年以上 前 | 0

質問


Is it possible to make SIngle Parent GUI using GUIDE, having multiple tabs for various functionalities?
I want to make a parent gui which should have four tabs for four functions ,also Each tab has its own set of input and Actions. ...

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

0

回答

回答済み
how many parameters can accept a function in MATLAB?
I have tried with 13 parameters and it worked. The error that u have mentioned will appear if your calling function is passin...

12年弱 前 | 0