photo

Neeraj Kaberpanthi


segula technologies india pvt ltd

Last seen: etwa ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

1 Frage
5 Antworten

RANG
3.923
of 300.338

REPUTATION
14

BEITRÄGE
1 Frage
5 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
1

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.149

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 2
  • First Answer
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to get the specific column and row number?
hi, use function strcmp

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

| akzeptiert

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

etwa 6 Jahre vor | 0

| akzeptiert

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

etwa 6 Jahre vor | 1

| akzeptiert