Community Profile

photo

Neeraj Kaberpanthi


segula technologies india pvt ltd

Last seen: 1 year 前 自 2019 起处于活动状态

统计数据

  • Knowledgeable Level 2
  • First Answer
  • First Review

查看徽章

Content Feed

排序方式:

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

已回答
How to get the specific column and row number?
hi, use function strcmp

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 1

| 已接受