photo

Marco Bertola


Last seen: 9 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
2 个回答

File Exchange

1 文件

排名
86,209
of 299,806

声誉
0

贡献数
0 个提问
2 个回答

回答接受率
0.00%

收到投票数
0

排名
20,534 of 20,809

声誉
0

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
1

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已提交


Boutroux-Differentials
This is the code accompanying the paper arxiv:2408.15234

9 months 前 | 1 次下载 |

0.0 / 5

已回答
What is the code for lagrange interpolating polynomial for a set of given data?
One less loop x = [0 1 2 3 4 5 6 ]; %The nodes N= size(x,2); %The number of nodes J=1:N; P=zeros(1,N); LL=poly(x); LLder...

2 years 前 | 0

已回答
sorting according to another vector
I think the question (which I had too) was: I have a reference vector [1.2 3.3 4.4] eg and another ``similar'' vector [3.2 1...

4 years 前 | 0