photo

AbhimanyuSingh


TATA

Last seen: environ 2 mois il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Having 12 years of experience in MATLAB, SIMULINK and STATEFLOW in the Automotive domain.

Statistiques

All
MATLAB Answers

1 Question
7 Réponses

Cody

0 Problèmes
3 Solutions

RANG
2 291
of 300 364

RÉPUTATION
28

CONTRIBUTIONS
1 Question
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
8

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
74 260
of 168 407

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Explorer
  • First Review
  • Solver
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


How to Create Custom Get Set Functions in Embedded Coder ?
Want to generate a customized Get Set Function for the below mentioned example: //Example: Application.c void appFunc() { u...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to pause input signal from function call subsystem
As per my understanding your third party is generating periodic signal so please do the following changes on the function call p...

plus de 7 ans il y a | 0

A résolu


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

plus de 7 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

Réponse apportée
Rename BUS
You can try following: FA.cog = 0.374; FA.mass = 2000; TestObject=Simulink.Bus.createObject(FA); controlName=eval(TestObj...

plus de 7 ans il y a | 4

Réponse apportée
import *.dat and delete space at last column
Please find attached .m file this will help you to solve your problem

environ 8 ans il y a | 0

| A accepté

Réponse apportée
How to use variant susbsytems inside a referenced model?
If your are getting "Model reference parameter mismatch." error then you have to change the diagnostic to "Underspecified initia...

environ 8 ans il y a | 0

Réponse apportée
how to calculate the maximum consecutive dry days and wet days over time period?
RR=randi([-255,255],189,189); % Prepare a random precipitation data %Assumption that RR is matrices of 189x189 and containing p...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
How can I determine the frequency of a signal in Simulink?
There is no such block which can directly calculate the frequency of block, but we can design a subsystem which can give you the...

environ 8 ans il y a | 3

Réponse apportée
Logical Matrix Indexing - Simulink
You Can use the Switch Block present in the /Simulink/Signal Routing/Switch In block properties you can select the 'Threshold' p...

environ 8 ans il y a | 1

| A accepté