photo

Saim Ehtesham


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
277,704
of 300,851

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Make a new variable based on data in the cell array.
I have a cell array called C. Each row in C has a different set of integerS stored as a cell I wan to write a code such that it...

2 years 前 | 3 个回答 | 0

3

个回答

提问


making a connectivity array for an ellipse based of rectangles and traingles
I have the following code: clear all close all clc n = 3; % number of divisions on the boundary x1 = linspace(0,2,n); y1_x...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Array assembly by indexing in a loop
I have the following code: n = 4; x1 = linspace(0,2,n); y1_x1 = sqrt(1-( (x1.^2)/4 ) ); Y1_X1 = [] for i = 1:n Y1_X1(...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Generate inner values of y for each x based on n
I have the following code: clear all clc n = 4; % number of divisions on the boundary x1 = linspace(0,2,n); y1_x1 = sqrt(1-...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Extract points from generated mesh
I have the follwoing code: clear all clc e2 = antenna.Ellipse('Majoraxis',4,'Minoraxis',2) mesh(e2,'MaxEdgeLength',1e-1) ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Generating a square mesh
I have found a book that teaches the solution of PDEs and plots the results. I want to change the plot to a square mesh instead...

3 years 前 | 1 个回答 | 0

1

个回答