photo

Avtar Singh


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Professional Interests: Research

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
85.480
of 301.229

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
0

RANG
 of 21.196

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.512

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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 11 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 11 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 11 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 11 Jahre vor | 1 Antwort | 0

1

Antwort