Neeraj Kaberpanthi
segula technologies india pvt ltd
Followers: 0 Following: 0
Statistics
RANK
3.677
of 295.467
REPUTATION
14
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
bijna 5 jaar ago | 1 answer | 0
1
answerHow to get the specific column and row number?
hi, use function strcmp
ongeveer 5 jaar ago | 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...
ongeveer 5 jaar ago | 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...
ongeveer 5 jaar ago | 0
| accepted
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...
ongeveer 5 jaar ago | 0
| accepted
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...
ongeveer 5 jaar ago | 1
| accepted