photo

Yashika


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
2 답변

순위
283,715
of 301,175

평판
0

참여
4 질문
2 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Two graphs at the same time
use 'figure()' when you need further plots in different figure. for eg, figure(1) plot(x1,y1) hold on; figure(2) plot(x2,y...

거의 7년 전 | 0

질문


eigen values of genralised symbolic matrix
Can we find out eigen values of genralised symbolic matrix like AX = LBX?, where A and B are matrix and L is eigen value

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


legendre function of second kind
I am wondering if matlab have inbult function to compute legendre function of second kind like mathematica have LegendreQ.

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


orthonormal basis of given function
Hello all, How can i write code for finding orthonormal basis functions for polynomial functions, if i dont want to use symboli...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


Gram schmidth of polynomial
Hello All, Can we determine ortho-normal basis vectors for polynomial functions series, like f(x) =[x, x^2, x^4.......x^100]. ...

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

1

답변

답변 있음
eigen values of genralised symbolic matrix
Thanks, given code looks more promising will give it a shot, also i tried following method, I am getting matrix of n*n in whic...

대략 7년 전 | 0

| 수락됨