photo

Pooja Patil


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
198,736
of 301,617

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,359

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,795

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


GPU time is more than CPU time in following code ,what went wrong in this code?
tic f=@(t,alpha)(t.^(4-alpha))/(gamma(5-alpha)); h=1/640; t=0:h:1; nt=length(t); alpha=0.9; u=zeros(1,nt); m=1; ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


vectorization of for loop code
prod1=zeros(1000,1000); for n=1:1000; prod1(n,(1:n))=temp*((n-(1:n)+1).^alpha-(n-(1:n)).^alpha); end

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


How to vectorized the following for loop code?
for n=1:nt-1 sum1=0; for jj=1:m-1 sum1=sum1+(t(n+1)).^jj.*u(1).^jj/factorial(jj); end sum2=0; ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Please help me vectorizing the following code
n=2:nt; sum1(n)=f(t(n),alpha)+(var).*bj(n).*u(1); k=1:n-1;var_bj=(bj(k+1)-bj(k)).*(var); for n=2:nt s...

대략 9년 전 | 답변 수: 1 | 0

1

답변