photo

Anjali


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
0 답변

순위
206,780
of 300,863

평판
0

참여
11 질문
0 답변

답변 채택
81.82%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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); ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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.*(...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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,...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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) ...

10년 초과 전 | 답변 수: 1 | 0

1

답변