photo

Youssef El Seblani


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
4 个回答

File Exchange

1 文件

排名
18,609
of 297,503

声誉
2

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
1

排名
18,181 of 20,449

声誉
2

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
21

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to substitute multiple values in symbolic matrix?
clc clear syms x y z w N=[ w+y+z,x/2 - y/3 + z/3, x*y, x+z] A=sym('X',[1,4]) N(A) = subs(N,[x, y, z, w],A) for example N...

7 years 前 | 0

已提交


lagrange(x,i,a,b)
the coefficient of Newton cotes method and the Lagrange polynomial

7 years 前 | 1 次下载 |

0.0 / 5

已回答
Multiplying Function Handles in Product of Sequence application
function [li]=lagrange(x,i) c=x(i); x(i)=[]; syms X; f(X)=prod( (X-x)./(c-x)); li=f(X); end

7 years 前 | 0

已回答
Neumann boundary condition-matlab code
your code is not clear

7 years 前 | 1

已回答
How to get index of for each block
you can utilize this code A{i} for each block. example clc clear A{1,1}=[1,2]; A{1,2}=[1,3]; A{2,1}=[2,3]; A{2,2}=[2,4]; ...

7 years 前 | 0