photo

Noufal Thangal Rahim


Last seen: plus de 2 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

1 Question
2 Réponses

Cody

0 Problèmes
6 Solutions

RANG
13 468
of 300 365

RÉPUTATION
3

CONTRIBUTIONS
1 Question
2 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
2

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
52 179
of 168 262

CONTRIBUTIONS
0 Problèmes
6 Solutions

SCORE
70

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Solver
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 2 ans il y a | 1

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

Réponse apportée
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...

plus de 6 ans il y a | 0

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

Question


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

environ 7 ans il y a | 1 réponse | 1

1

réponse