photo

NETHRAVATHI S


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

answer

Answered
Change 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

Answered
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

answers

Question


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

answer

Question


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

answers

Question


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

answer

Question


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

answers

Question


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

answers

Question


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

answer

Question


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

1

answer