photo

Anjali


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

11 Questions
0 Réponses

RANG
206 774
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
81.82%

VOTES REÇUS
0

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 361

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

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Increase text size in Matlab graph
Hi! I am using Matlab graph function to plot an adjacency matrix. However, the node labels in the graph are very small. Could...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Error in ksdensity function on bivariate data
Hi! When I try to do the example on 'Plot kernel density estimate of bivariate data' in http://au.mathworks.com/help/stats/ks...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


Speeding up the ksdensity function
Hi! I need to calculate a kernal density estimate on a [81000*1] vector of random variables. I need the density estimates on ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Why doesn't Procrustes function allow X to have lower number of columns?
Hi! In the Matlab procrustes function, d = procrustes(X,Y) is there a particular reason that X is not allowed to have ...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


Positive singular vectors from svd
Hi! Is there a built in method to force the singular vectors(left or right)resulting from svd function to be in the positive or...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


Calling R from Matlab inside parpool
Hi! I have a code where I call R from Matlab, do some calculations and retrieve back the information to Matlab. The information...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


Using 'load' under parfor loop
Hi there, I am trying to load a variable (E) under my parfor loop. But it is giving me an error An UndefinedFunction err...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Speeding up the fminbnd function
Hi! I have a function of T as, CV_inf = @(T) T.*(4/(n+1)) - integral(@(t) psitildasq(t),(-T),(T),'Arrayvalued',true); ...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


Local minimum and global minimum of a function
Hi! I need to obtain the first local minimum as well as the global minimum of this function for t>0. CV_inf = @(T) T.*(...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Matrix Operations for Inputs as Function Handles
Hi! I want to minimize this function with respect to h. f1 = @(h) integral((psitildasq.*((1 - psibar).^2)),(-40),40,...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Problem using multiplication inside function
I have a vector x that contains my data points. Eg: x =[1:10]; I want to write the function psitildasq = @(t) ...

plus de 10 ans il y a | 1 réponse | 0

1

réponse