photo

Neeraj Kaberpanthi


segula technologies india pvt ltd

Last seen: 대략 1년 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

1 질문
5 답변

순위
3,923
of 300,365

평판
14

참여
1 질문
5 답변

답변 채택
0.0%

획득한 표
1

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer
  • First Review

배지 보기

Feeds

보기 기준

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to get the specific column and row number?
hi, use function strcmp

대략 6년 전 | 0

답변 있음
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...

대략 6년 전 | 0

답변 있음
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...

대략 6년 전 | 0

| 수락됨

답변 있음
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...

대략 6년 전 | 0

| 수락됨

답변 있음
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...

대략 6년 전 | 1

| 수락됨