photo

Will


University of Mississippi

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
259,110
of 299,830

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Calling variables instead of values
I had previously asked this: http://www.mathworks.com/matlabcentral/answers/19875-calling-variables-instead-of-values And marked...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Calling variables instead of values
I have this: A=1; B=2; C=3; x = [2 3 1] I want to call x1 as: x1 = B C A I can call individ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


min value calling
I have this matrix, A = [0.1 0.2 0.3 ; 0.4 0.5 0.6 ; 0.7 0.8 0.9]; I want to find min(A,[],1), but them ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix manipulation
Have this: fixed = [0 1 1 1 0]; w = [120 170 100 85 100]; Trying to get this: fixedw = [170 100 85];

14 years 前 | 1 个回答 | 0

1

个回答

提问


Superimposing one matrix on another
m = 120 0 0 0 100 120 0 0 0 100 120 0 0 0 100 120 0 0 ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Initializing Matrix for all possible sequences of numbers
Say n=3, I want to initialize this vector... [1 2 3; 1 3 2; 2 1 3; 2 3 1; 3 1 2; 3 2 1] That is, all possible sequences fo...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Center of gravity optimization
What would be the most efficient way to take in several weights, then have MATLAB optimize the position of each weight to meet a...

14 years 前 | 1 个回答 | 0

1

个回答