![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4527263_1571135871033.jpg)
Neeraj Kaberpanthi
segula technologies india pvt ltd
Followers: 0 Following: 0
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...
約5年 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
5年以上 前 | 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...
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...
5年以上 前 | 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...
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...
5年以上 前 | 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...
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...
5年以上 前 | 1
| 採用済み