NETHRAVATHI S
Followers: 0 Following: 0
Statistics
RANK
78,916
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
22.22%
VOTES RECEIVED
0
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
check repeated values in a cell
Hello, I have a cell with 90 elements in it. in that, after 7th element all values are same. I have to limit the repeatabilit...
3 years ago | 1 answer | 0
1
answerChange the color of each bar in the Bar graph of 3 arrays
Hi, Thank you. Sorry I didnt mention in the question. I need same color for the first element of each array.
3 years ago | 0
One Bar graph for different cells
Not working. Since I didnt get any solution I changed to subplot
3 years ago | 0
Question
Change the color of each bar in the Bar graph of 3 arrays
Hi, I am getting a bar graph like this with one color. I need same color for the first element of each array.. My code is like...
3 years ago | 2 answers | 0
2
answersQuestion
One Bar graph for different cells
Hello, I have a code like this data = cell(4,1) ; for i = 1:4 data{i} = xlsread(filename,i); figure bar...
3 years ago | 1 answer | 0
1
answerQuestion
repeating the loop until condition is met
Hello, I have a prog, in which I have to repeat the function until a condition is met. I used while loop, but it is running on...
3 years ago | 0 answers | 0
0
answersQuestion
Generating rules in FIS
Hello, Is there a method to generate rules for FIS. I have 6 inputs with 5 MFs each. It is confusing to create rules. So basi...
3 years ago | 1 answer | 0
1
answerQuestion
No rules fired for Output 1. Defuzzified output value set to its mean range value 11.5
Hi, I wanted to know in which circumstance this warning is dispalyed. I thought that may be it is because I have not included ...
3 years ago | 0 answers | 0
0
answersQuestion
bar graph inside loop
for i = 1:4 enkwh=0; data{i} = xlsread(filename11,i); figure PP=bar(data{i},'stacked'); xlabel('timefra...
3 years ago | 0 answers | 0
0
answersQuestion
combining multiple bar graph
I have 4 bar graphs. How to combine them into one graph. It should look loke a 3D graph. This is the code. data{i} has 4 cell...
3 years ago | 1 answer | 0
1
answerQuestion
Reading excel file sheets
How to read sheets of an excel file and save it. also I want to access these sheets inside a for loop for further analysis and p...
3 years ago | 1 answer | 0