photo

Neeraj Kaberpanthi


segula technologies india pvt ltd

Last seen: environ un an il y a Actif depuis 2019

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

1 Question
5 Réponses

RANG
3 918
of 300 321

RÉPUTATION
14

CONTRIBUTIONS
1 Question
5 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
1

RANG
 of 20 913

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 093

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • First Answer
  • First Review

Afficher les badges

Feeds

Afficher par

Question


O2 Sensor plant model development
Hi, I am developping O2 sensor simulink model which is used in gasolin engian. I am trying to prefilter input sensor data (AFR...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to get the specific column and row number?
hi, use function strcmp

environ 6 ans il y a | 0

Réponse apportée
How do I set parameters for my graph?
Hi, you should use xlabel to set x axis text ylabel to set y axis text title to set title over the graph grid on to enable...

environ 6 ans il y a | 0

Réponse apportée
what loop to use to make the code\input repeat again ?
Hi, Matlab support two types of loops, while and for. you can use any of them. for example using while loop n=input('Enter nu...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
Time scaling matlab code
Hi, please refer this corrected code I have added a new variable 'n' for the number of cycles required @ line number 14 and us...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
how to read text file and write same text file ?
Hi, You should try this code. The reading section will give you 'text_cell' as a cell array that contains all text data, each...

environ 6 ans il y a | 1

| A accepté