Statistiques
RANG
8 538
of 293 962
RÉPUTATION
5
CONTRIBUTIONS
32 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
59.38%
VOTES REÇUS
4
RANG
of 20 063
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 150 261
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
MATLAB genetic algorithm integer optimization toolbox returns values higher than boundaries and doesn't satisfy inequality constraints. Why?
I'm using MATLAB R2016a genetic algorithm optimization toolbox to optimize 80 integer values. I have these constraints: ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
MATLAB R2016a app designer font names drop down menu in empty
In my MATLAB R2016 app designer, font names drop down menu in empty (for all components) but I have access to font names in othe...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Store MATLAB app designer variables to work-space
Hi. How we can store app designer variables to MATLAB R2016a main window work-space. We have this behavior in GUIDE. There I ca...
plus de 8 ans il y a | 4 réponses | 2
4
réponsesQuestion
Automatically close parenthesis when we open it
As you know in other interpreters and compilers we have a good functionality that when we open a parenthesis (or {} and []), edi...
plus de 9 ans il y a | 4 réponses | 1
4
réponsesQuestion
how MATLAB's parfeval function works?
In MATLAB documentation we have a code example for parfeval function. I have some questions about it. This is the code: p =...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
A problem in MATLAB OOP documentation
In MATLAB R2014b OOP documentation in page '10-33' we have some codes about 'Supporting Both Handle and Value Subclasses'. You c...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Object array implemenation in MATLAB OOP
Suppose that we have this class in MATLAB R2014b : classdef Pre properties Value end methods ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Refresh weights of neural network without `Configure` function in MATLAB
As you know we can use configure function in MATLAB to initial weights and biases but this function configure all networks (...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Randperm and weight initialization of a neural network in parfor loop
Hi. These is a discussion here. please read it : http://stackoverflow.com/questions/25781336/using-rngshuffle-function-in-...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Server or workstation? how can I choose a good system for parallel computing of MATLAB?
I need a high performance system for my MATLAB R2014a calculation. beside number of cores (logical cores) I need fast cores,...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Best Validation check number for MATLAB neural network
I'm using 10-fold cross validation and patternent function for a binary classification problem in MATLAB. When I see neural ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding best neural network structure using optimization algorithms and cross-validation
Hi. I'm using optimization algorithm to find best structure+inputs of a 'patternnet' neural network in MATLAB R2014a using 5-...
environ 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
Neural network weight and bias initializaiton problem
Hi. I'm cresting a neural network in one part of my program and using it's weights and biases for another neural network in o...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Store .mat files as protected files
Hi. I was searching for a method to encrypt .mat files. I find some pages like : http://www.mathworks.com/matlabcentral/answ...
environ 10 ans il y a | 1 réponse | 0
1
réponseFailed to embed unzip in your application
Hi. I found a solution for this problem. *Disable firewalls* and check again when firewalls are off.
environ 10 ans il y a | 0
Question
Difference between position of elements of GUI before and after open it in GUIDE
Hi I'm designing a GUI with GUIDE. When I open a window in GUIDE and after that run it, position of elements like panels,radi...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Read a string from text file returning strange characters
I'm reading a string like *"1.0.2"* from text file with these codes : reader = fopen('Address\My_Text.txt'); Out= textsc...
environ 10 ans il y a | 2 réponses | 1
2
réponsesQuestion
File addressing of code for MATLAB compiler
In my codes, there are some functions like *imshow* or *fopen* files that need addressing. When I use my program in MATLAB I...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Failed to embed unzip in your application
I want compile my GUI but I have this error in review log file after I compiled it. *Failed to embed unzip in your applic...
environ 10 ans il y a | 6 réponses | 0
6
réponsesQuestion
Add new window to OpeningFcn of MATLAB gui goes to back of main window when running
I have a 'Main_window' in MATLAB guide. I want open a 'New_window' when I run 'Main_window', So I add this code in 'OpeningF...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab FTP server client
I want download a specific file from FTP to my desktop so I used this code: ftp_client = ftp('IP','Username','PASS'); ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Heatmap and Contour figures in Matlab
Suppose that I have this information that first column is feature one of a motor, Second column is feature two and column th...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Insert whole containing of text file to Matlab
Hi. I have a text file (.txt) that I want insert all containing of it to Matlab and show it in a text box. Sometimes this text ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Insert Values of a Matrix from row 2 using XLSWRITE
Hi. I am using LXSWRITE to export values of a matrix to Excel file. Suppose that I have a 5*20 matrix. I want Matlab write t...
environ 10 ans il y a | 1 réponse | 0
1
réponseGuide GUI's are all blank gray boxes, something is wrong....
Hi. This is my prlbem: When I connect java to new java (version 6) and run it I have this error : Fatal Error on startup: ...
environ 10 ans il y a | 0
Question
Matlab gui problem in Ubuntu
Hi. I installed Matlab R2014a 64bit in Ubuntu 13.04 64bit. Last month I designed a program with GUIDE in windows Matlab. Now ...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Output probabilities of binary support vector machine classifier
Hi. I’m using SVM for classification of my binary output problem. I want probability of belonging to every class. How can...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Weight initialization in patternnet
Hi. Suppose that we create a network and use configure to design the structure after it, so we have: Net = patternnet([3...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
Low performance of neural network using logsig for output layer
Hi. I have a binary classification problem and using “newff” for it. There is a single output in my neural network structure....
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Probablity of outputs of binary classification in matlab
Hi I have a binary classification problem and using neural network and SVM for it. So I choose a threshold (For instance 0.5)...
plus de 10 ans il y a | 1 réponse | 0