photo

NETHRAVATHI S


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
2 Risposte

RANK
146.708
of 300.331

REPUTAZIONE
0

CONTRIBUTI
9 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
22.22%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
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.

oltre 4 anni fa | 0

Risposto
One Bar graph for different cells
Not working. Since I didnt get any solution I changed to subplot

oltre 4 anni fa | 0

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


bar graph inside loop
for i = 1:4 enkwh=0; data{i} = xlsread(filename11,i); figure PP=bar(data{i},'stacked'); xlabel('timefra...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta