lo


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
286,754
of 297,527

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Plotting curves requires 1 parameter
For the code below, I want to plot a x against H graph trying to find the minimal of H, so I wrote ezplot(x,H) And there ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Minimization with multiple of equations
I want to minimize H for the input x, and as the code shown below, x affects other variables like A,B,T,y,z,F, and finally the H...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Code for elements in equation to create a matrix
D is a 1x3 matrix f is a 3x3 matrix I want to create a matrix of A by the following equation: <</matlabcentral/answ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


element in matrix multiplication to create a new matrix
A and O is 3x1 matrix B and D is 1x3 matrix f is a 3x3 matrix What is wrong with the code below? i=1:3 j=1:3 T...

11 years 前 | 2 个回答 | 0

2

个回答

提问


taking power of elements in matrix
I got a matrix c I want every element in the matrix to take a power of -2 c^-2 does not work What is the correct code?...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Extracting elements from matrix to do summation
Now I have 3 matrixes Oi is a 3x1 matrix Dj is a 1x3 matrix cij is a 3x3 matrix And then I have 2 equations to solve...

11 years 前 | 2 个回答 | 0

2

个回答

提问


matrix element in summation sign
I have 2 matrix A=[a;b;c] and B=[d;e;f] Now I want the answer of <</matlabcentral/answers/uploaded_files/9261/%E6%93%B7...

11 years 前 | 1 个回答 | 0

1

个回答