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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答