sachin k


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
196,199
of 300,756

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,890

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to add laguerre function L(n,a,x) manually in matlab
When I call laguerreL(1,2,2) in my matlab 2012, it gives "undefined function "laguerreL " for input arguments of type 'double', ...

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

1

답변

질문


Error using mupadmex " MuPAD
If I run the following code, lagu=@(j,k,l) feval(symengine,'laguerreL',j,k,l); ele1=@(j,k) lagu(j,k-j,-0.5)*(0.5).^(k-j); el...

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

0

답변

질문


error in writing matrix
I Want to write the matrix from function el(j,k). when I run this, it gives so many errors, please help lagu=@(j,k,l) feval...

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

0

답변

질문


Error using mupadmex " MuPAD "
I don't know Why I am getting the error "error using mupadmex......." in the following code, please help, syms z myFun =@(m...

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

1

답변

질문


write a matrix from a function (say h(m,n), where m and n are running index)
Suppose I want to write a matrix from a function (h(m,n)), so in mathematica, It can be written in foollowing way " Table[h[m, n...

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

1

답변