![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3749065_1522098026478_DEF.jpg)
Vugar
Followers: 0 Following: 0
Statistiques
RANG
22 867
of 297 016
RÉPUTATION
2
CONTRIBUTIONS
1 Question
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
6 703 of 20 419
RÉPUTATION
158
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
19
ALL TIME TÉLÉCHARGEMENTS
1571
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
presque 2 ans il y a
A résolu
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
presque 2 ans il y a
A résolu
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
presque 2 ans il y a
A résolu
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...
presque 2 ans il y a
A résolu
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 ...
presque 2 ans il y a
A soumis
Reduction of dynamic data in fuzzy association rule mining
The toolbox is capable of performing incremental data reduction in fuzzy association rule mining.
environ 2 ans il y a | 2 téléchargements |
A soumis
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).
plus de 2 ans il y a | 3 téléchargements |
A soumis
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...
plus de 2 ans il y a | 1 téléchargement |
A soumis
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 ...
plus de 4 ans il y a | 1 téléchargement |
A soumis
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.
plus de 4 ans il y a | 3 téléchargements |
A soumis
Human skin detection system
The presented skin detection system recognizes skin areas in the photos
plus de 4 ans il y a | 3 téléchargements |
A soumis
Toolbox for the Wu–Mendel linguistic summarization approach
A toolbox for linguistic summarization of datasets by using IF–THEN rules is submitted.
environ 6 ans il y a | 1 téléchargement |
A soumis
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...
environ 6 ans il y a | 2 téléchargements |
A soumis
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.
plus de 6 ans il y a | 3 téléchargements |
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', .....
plus de 6 ans il y a | 1
A résolu
Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...
presque 7 ans il y a
A résolu
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 ...
presque 7 ans il y a
A résolu
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,...
presque 7 ans il y a
A résolu
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.
presque 7 ans il y a
Question
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...
plus de 7 ans il y a | 1 réponse | 0