Statistiques
RANG
5 180
of 295 673
RÉPUTATION
9
CONTRIBUTIONS
3 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
3
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Getting differnet results with fmincon in different runs
I use following code to find proper X which minimize myFun problem.x0 = zeros(3,20); problem.ub = 10*ones(3,20);...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
fmincon with sqp algorithm but without inclduing a gradient
I used fmincon with sqp as solver to optimize a constrained nonlinear problem. However, I didn't Include gradient evaluation in ...
presque 6 ans il y a | 2 réponses | 0
2
réponsesniftiread returns empty array
Seems this function is not implemented properly in MATLAB. I found a solution for this problem. more information here: <htt...
plus de 6 ans il y a | 2
| A accepté
Question
niftiread returns empty array
I use a well-known tool called <https://github.com/rordenlab/dcm2niix dcm2niix> to convert DICOMs to nifti. the nifti files can ...
plus de 6 ans il y a | 1 réponse | 1
1
réponseCalculate distance of one 5D point from all points of 5D matrix
I think you are looking for <https://www.mathworks.com/help/stats/pdist2.html pdist2> A = rand(1,5); B = rand(1000,5); ...
plus de 6 ans il y a | 0
| A accepté
A résolu
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
plus de 6 ans il y a
A résolu
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
plus de 6 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 6 ans il y a
A résolu
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
plus de 6 ans il y a