photo

geotocho


Last seen: 1 month 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

3 个提问
5 个回答

Cody

0 个问题
2 个答案

排名
156,082
of 299,852

声誉
0

贡献数
3 个提问
5 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
89,610
of 166,274

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

6 years 前

已解决


Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...

6 years 前