photo

Majeed


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
102,197
of 300,765

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Using function handle in fittype function
Hi, I have this code and it works fine: z=[5.26;7.58;12.64;15.38;12.64;7.58;5.26]; x=linspace(-pi/2,pi/2,7); q=2; g = fitty...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Derive function handle with a vector input argument
when I run this piece of code q=[3 2 2 3]; f=@(p,x,y) p(1)*x.^2+p(2).*y.^2+p(3)*x.*y+p(4); syms 'x' df=diff(f,x); dfdx=matl...

2 years 前 | 3 个回答 | 0

3

个回答

已回答
Evaluation of the Stiffness Matrix and Stress Matrix by Gaussian Quadrature
Hey Brian, I edited your code and it works well for me. Here it is and thank you. % Material properties E = 1; v = 0.3; ...

3 years 前 | 0

提问


Speed up nested loops
I am trying to speed these loops up but I couldn't. please help me. this code to calculate the shortest distance between lines ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Distance between all points in array and delete the second point if it is less that certian value (Victorized)
I have this loop to calculate the distance between all of the points in R_all array and delete the second point if the distace l...

6 years 前 | 2 个回答 | 0

2

个回答