About Neville's Algorithm

2 ビュー (過去 30 日間)
Joey Wang
Joey Wang 2020 年 11 月 14 日
編集済み: Joey Wang 2020 年 11 月 14 日
So how exactly can I number my functions if Matlab doesn't support function numbering?
For example:
I got n nodes with x=-1:(2/n):1
But since there's no function numbering, I can't create P0,1(x)~Pn-1,n(x) with loops
The seemingly doable way I can come up now is to define function p=((input point)-x(i)) and go for a double loop, which avoids numbering the functions in the first place

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by