photo

Avtar Singh


2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Research

統計

MATLAB Answers

4 質問
0 回答

ランク
85,540
of 301,522

評判
0

コントリビューション
4 質問
0 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,118

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

11年以上 前 | 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,...

11年以上 前 | 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...

11年以上 前 | 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...

11年以上 前 | 1 件の回答 | 0

1

回答