photo

aliza mustafa


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

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
152,660
of 300,369

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
77.78%

收到投票数
0

排名
 of 20,936

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,436

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Running for loop on an equation
Hi everyone, I have the equation: (1) I have: and I have to compute for 0, 1, 2, ... 10. I did it this...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Computing Equation values for its unknown variables
Hi @all, My question is a bit basic but I am confused I am getting error in that. I have equation and I have to find its v...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Amplitude Spectrum of a function
Hi, My question is related to plotting amplitude spectrum. Problem 1: (I have solved it) I have to represent the following ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Conversion of linear equations to form Ax=b
Hello everyone, I have the following equations: syms t u v w x y z intersection_a = -t + w + x == 100; intersection_...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Converting system of equations to form Ax=b
Hi, I have the following system of equations: - t + w + x = 100 eq(1) t - u = 100 eq(2) v + w - y - z = 0 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Which vectors we can use to form a basis of the given space
Hi everyone, I am learning linear algebra in MATLAB. I am having my matrix A: A = [1,0,2,3; 4,-1,0,2; 0,-1,-8,-10]; I am su...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to create vector which is linear combination of a matrix
Hi, I have my matrix M as: M = [1,2,3; 4,5,6; 7,8,9]; I am trying to create a vector that is a linear combination of the co...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Solving LU factorization's backward and forward Solve with for loops
Hi, I am learning LU factorization using MATLAB. I am following up this strategy: LU factorization of a matrix A means for a...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Creating vector using rand() function in a range
Hi, Can you please help me how to generate a (1x10) vector using rand() function, with values between (0,7)? I got to do it w...

3 years 前 | 2 个回答 | 0

2

个回答