photo

Avishka Karunaratne


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
63,450
of 299,763

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to say not equals to for 3 variables
I want to set the condition in my if loop for which , if a is not equal to b and not equal to c then do ... how do i do this ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How to create variable names
for i = 1:10 Si = Example(i,:) end So I have this line of code and I want answers S1, S2, S3, S4 etc, however I only g...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to find all combinations of 3 of matrices but get the results named
I have 1X1 matrices A = 2, B= 4 , C5 =10 , D=2 etc , basically 40 of such matrices, (I dont mind combining them into one matrix)...

9 years 前 | 1 个回答 | 0

1

个回答

提问


On a symmetrical matrix how do you calculate the sum of every possible combination of 3 elements ?
I have a 10X10 Symmetrical Matrix, Where the Columns and Rows are both S1 to S10 shown below, <</matlabcentral/answers/uplo...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do you add every row of a matrix to every other row to get separate new matix for each addition ?
I have a 10 by 10 matrix And if I were to consider each row as S1, S2 ..... S10 how would I be able to code in such a manner tha...

9 years 前 | 2 个回答 | 0

2

个回答