NETHRAVATHI S
Followers: 0 Following: 0
Feeds
質問
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年以上 前 | 1 件の回答 | 0
1
回答回答済み
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.
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年以上 前 | 0
回答済み
One Bar graph for different cells
Not working. Since I didnt get any solution I changed to subplot
One Bar graph for different cells
Not working. Since I didnt get any solution I changed to subplot
3年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
bar graph inside loop
for i = 1:4 enkwh=0; data{i} = xlsread(filename11,i); figure PP=bar(data{i},'stacked'); xlabel('timefra...
3年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0