photo

Etan Cole


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
1 个回答

排名
145,406
of 300,956

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,124

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,015

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to use multiple outputs from function
function[x,y]=rowcolum(a,b) x=max(sum(a,2)); y=min(sum(b,1)); end how to write a code that will sum x+y in main scri...

11 years 前 | 2 个回答 | 0

2

个回答

提问


find all elements that can be devided with 5
i need to write function that takes one matrix and find all elements can be devided with 5 and replaces them with 5. in c++ for...

11 years 前 | 1 个回答 | 0

1

个回答

提问


I have a code but now sure how it works please help
[C,I]=max(sum(a,2)); can some body explain how variables C and I change in 3x3 matrix. thanks in advance

11 years 前 | 1 个回答 | 0

1

个回答

已回答
Max value of row in matrix and creating new matrix
i got it working like this. thanks for the help [C,I]=max(sum(a,2)); [C1,I1]=max(sum(b,2)); rezultat=[a(I,:);b(I1,:)];

11 years 前 | 0

提问


Max value of row in matrix and creating new matrix
I want something like this matrixa=[12 33 44;26 59 14;15 99 54] matrixb=[26 89 95;23 54 12;2 54 43] and to get output like...

11 years 前 | 2 个回答 | 0

2

个回答