photo

Raviteja Panamgipalli


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
166,034
of 300,392

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to evaluate the code inside the MuPad notebook?? to find the Euler Phi value of given input
x=5; x=sym(x); nb=mupad('phi.mn'); setVar(nb,x); z=getVar(nb,'z'); content of file phi.mn is [z := numlib::phi(x); ...

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

0

답변

질문


How to reduce the time to calculate the inverse of a matrix
I have a 64 x 64 matrix,and it is taking a lot of time like 15-20 minutes to compute the inverse,Let my matrix be A,I'm using th...

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

1

답변

질문


Calling a function f inside f,how can we do this
function H=f(m) H1=zeros(m/2); H=[f(m/2) H1;H1 H1]; end

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

2

답변

질문


Using if statement inside a function,I didn't understand why the error is coming,why I am unable to use the values of x & y inside the if loop
function O = help(~,~) i=input('Value of i:'); j=input('Value of j:'); O = y(i,j); function g=y(x,...

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

1

답변