photo

Vugar


Last seen: 12 mesi fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

1 Domanda
1 Risposta

File Exchange

9 File

Cody

0 Problemi
11 Soluzioni

RANK
22.875
of 297.503

REPUTAZIONE
2

CONTRIBUTI
1 Domanda
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
1

RANK
6.688 of 20.449

REPUTAZIONE
159

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
9 File

DOWNLOAD
17

ALL TIME DOWNLOAD
1578

RANK
33.497
of 159.017

CONTRIBUTI
0 Problemi
11 Soluzioni

PUNTEGGIO
127

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

circa 2 anni fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

circa 2 anni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

circa 2 anni fa

Risolto


Inner product of two vectors
Find the inner product of two vectors.

circa 2 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

circa 2 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

circa 2 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

circa 2 anni fa

Inviato


Reduction of dynamic data in fuzzy association rule mining
The toolbox is capable of performing incremental data reduction in fuzzy association rule mining.

oltre 2 anni fa | 2 download |

0.0 / 5

Inviato


Data reduction technique in fuzzy association rule mining
This submission contains a technique to decrease the processed-data size in fuzzy association rule mining (ARM).

oltre 2 anni fa | 3 download |

0.0 / 5

Inviato


Fuzzy partitioning based on cognation analysis
This submission supports the corresponding paper with the same title and presents a toolbox for some specific fuzzy partitioning...

oltre 2 anni fa | 1 download |

0.0 / 5

Inviato


Linguistic summarization tool with practical solutions
The tool considers the Wu-Mendel approach for linguistic summarization and implements a few practical solutions to increase its ...

oltre 4 anni fa | 1 download |

0.0 / 5

Inviato


Clustering-based speed-up technique in ARM
This submission introduces a toolbox for performing fuzzy/non-fuzzy ARM with/without applying a novel speed-up technique.

oltre 4 anni fa | 1 download |

0.0 / 5

Inviato


Human skin detection system
The presented skin detection system recognizes skin areas in the photos

oltre 4 anni fa | 3 download |

0.0 / 5

Inviato


Toolbox for the Wu–Mendel linguistic summarization approach
A toolbox for linguistic summarization of datasets by using IF–THEN rules is submitted.

circa 6 anni fa | 1 download |

0.0 / 5

Inviato


Data-driven fuzzification technique (including tutorial)
Please, read the “Overview” section as the tool provides some useful and interesting functionality that is a bit hard to be brie...

oltre 6 anni fa | 2 download |

0.0 / 5

Inviato


Genetic optimization of a Mamdani-Type fuzzy system
The submitted set of scripts performs tuning of a Mamdani-Type FIS by using the genetic algorithm.

oltre 6 anni fa | 3 download |

0.0 / 5

Risposto
How do I exit a loop with a key hit?
The answer of Jan is almost correct - only one code line is missing: ButtonHandle = uicontrol('Style', 'PushButton', .....

oltre 6 anni fa | 1

Risolto


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

quasi 7 anni fa

Risolto


Remove the two elements next to NaN value
The aim is to *remove the two elements next to NaN values* inside a vector. For example: x = [6 10 5 8 9 NaN 23 9 7 3 21 ...

circa 7 anni fa

Risolto


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

circa 7 anni fa

Risolto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

circa 7 anni fa

Domanda


How to run scripts (not functions) with predefined user inputs?
There are several scripts in MATLAB with some user inputs (for example, x=input('Enter x: ')). The scripts cannot be executed a...

oltre 7 anni fa | 1 risposta | 0

1

risposta