Community Profile

photo

Avtar Singh


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Professional Interests: Research

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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,...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort