photo

marwa hajji


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

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
150,314
of 299,750

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


vector 2D mesh grid
I wanted to draw the level lines of a result of 2 variables. as shown in the following figure: for example in the value 20 of t...

3 years 前 | 0 个回答 | 0

0

个回答

提问


how to define a matrix element in matlab
any help please , I need to replace the first colunm in matrix with diffrent size by another value!!! as example : input A=...

3 years 前 | 3 个回答 | 0

3

个回答

提问


matrix equation in loop form
I would like to creat a matrix, by using the loop structure, because i have a very big values, I tried this code but no result...

3 years 前 | 0 个回答 | 0

0

个回答

提问


how to find the correct value of the matrix
anyone help me , when I excute this example , I didn't found in the matrix ''into'' the correct value. x=[1 1 1 2 2 2 2 3 3 3...

3 years 前 | 2 个回答 | 0

2

个回答

提问


how to plot sequare wave ?
I would like to Plot a periodic square wave different apmlitude. example rect=[1 1 8 8 2 2];

3 years 前 | 1 个回答 | 0

1

个回答

提问


matrix variable problem in matlab
I have A=[1 2]' I would like to display it in repetitive form as A=[1 2 1 2 1 2 1 2 1 2 1 2]' using loop structure, any help ple...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to create a matrix in matlab
I have A=[1 3; 2 4]; and B=[5 6; 7 8]; I would like to create this two matrix line by line in C : C=[1 3;5 6; 2 4; 7 8];

3 years 前 | 2 个回答 | 0

2

个回答

提问


filling matrix in matlab code
how to filling matrix in matlab

4 years 前 | 1 个回答 | 0

1

个回答

提问


Compare two vectors in matlab n*m
A=[1 2 3 4 5 6 7 8 9 10] B=[4] I want to compare these two vectors one by one. I want MATLAB to write as a result of it. for e...

4 years 前 | 2 个回答 | 0

2

个回答