photo

sagar pokhrel


university of missouri

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
231,876
of 301,172

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Addition of matrix in a loop
I have four matrix : r1=[1 2 3 4 5]; r2=[3 4 5 6 7]; d1=2*r1+5 d2=5*r2-2; I need to add these two matrix such tha...

11 years ago | 1 answer | 0

1

answer

Question


Need help with this code- Chevyshev rational function on matlab
I am trying to approximate some data. Matlab couldn't approximate polynomial so I approximated using another software which can ...

11 years ago | 0 answers | 0

0

answers

Question


How to plot chebyshev polynomial in matlab
I have a chebyshev function T with all coefficient a,....i F(x1,y1)=(a+dT1(x1 )+eT1(y1 )+hT2(x1)+iT2(y1))/(1+bT1(x1)+cT1(y1)...

11 years ago | 0 answers | 0

0

answers

Question


Need help in stepwise function
r=[0.5,1,1.5....5]; theta= linspace(0,2*pi,73); [theta,r]=meshgrid(theta,r); [x11,y11]=pol2cart(theta,r); x1= x11(:); % ...

11 years ago | 1 answer | 0

1

answer

Question


Need help with 3-d graph
Its 3-d surface, where source is in z axis, perpendicular to XY plane. I have theta (angle made by point p(r,theta)), r radius ,...

12 years ago | 1 answer | 0

1

answer