photo

Noufal Thangal Rahim


Last seen: 2年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
2 回答

Cody

0 問題
6 解答

ランク
14,478
of 300,851

評判
3

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

回答採用率
100.0%

獲得投票数
2

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
54,167
of 171,294

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

スコア
70

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • First Answer
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How to programmatically determine if a Simulink model represents an AUTOSAR software component or composition?
names = getComponentNames(ar,compKind) uses the compKind argument to specify the type of software component to return. You can...

2年以上 前 | 1

解決済み


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

5年以上 前

解決済み


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

5年以上 前

解決済み


Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
The given function returns the index of the maximum value in a given matrix. such as X=[4,3,4,5,9,12,0,5] Ans= 6 if maxim...

5年以上 前

回答済み
Is it possible to define a variable as static within a MATLAB MATLAB file?
nargin means number of input arguments if you run counter( inputArgument1 ), nargin is 1 if you run counter( ), nargin is 0...

6年以上 前 | 0

解決済み


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

7年弱 前

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

7年弱 前

解決済み


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

7年弱 前

質問


what is the difference between data store memory and goto-from blocks ?
in this example given in the page-> <https://in.mathworks.com/help/simulink/ug/model-global-data-using-data-stores.html Model G...

7年以上 前 | 1 件の回答 | 1

1

回答