photo

Avtar Singh


2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Research

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to solve variable?
by some calculation i find the below equation; i hv the equation of y=2*x+3; i hv value of x, i want to find the value of ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


I want to join these cubic hermite curve, how can i do that?
clear all a=[1,1,0;4,4,1;7,5,1;15,2,1;6,4,3] n = input('enter the number of passing points of curve:--->>') A= zeros(n,...

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

0

답변

질문


how to prepare piecewise cubic hermite curve passing through 5 number of points where tangent at first and last point is [ 0 0 0]
P= U*M*B; where U= [u.^3 u.^2 u u.^0] M=[2 -2 1 1;-3 3 -2 -1 ;0 0 1 0;1 0 0 0]; %co-efficient of blending functions B= ge...

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

0

답변

질문


How to make a loop to add 3 elemts in matrix of zeros(n,n)?
n= input('enter the value of n:-->'); A= zeroes(n,n); %n must be greater than 3 i want to add [1 4 1] in second row afte...

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

1

답변