photo

Vasilis Chasiotis


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
168,700
of 300,886

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,104

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,502

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
How to explore off diagonal elements in matrices without avoiding the for loop?
A = randn(n,n); % a n-by-n matrix of random numbers idx = eye(n,n); % the identity matrix of order n if all( A(~idx) > K ) % c...

5 years 前 | 0

提问


Take specific elements from each cell of a cell array
Hello! Let A be a 1x10 cell array. Each of the 10 cells of A are nxm matrices. Also, let an 1x10 vector x, that is, x=[ x1 x2 ....

5 years 前 | 1 个回答 | 0

1

个回答

提问


Different number of for loops
I want my input to be a number at least 9 or 10, say n, and I need a code to create n number of for loops. I need to change the ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Restricted integer compositions with fixed number of parts and different bounds for each part
There are functions from which restricted integer compositions with fixed number of parts can be obtained, like *colex*, *jdoric...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to create permutations of multisets?
I have a vector with N=6 elements and q=3 elements symboled as 0, 1, 2. I want to create all vectors consisted of N=6 elements ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Change a variable's value wherever exists
I have the following code: syms a x = a+1; a = 2; However, the value of x is equal to a+1. Because I put a=2, how can I ta...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Swap all the values in a vector
I have the vector x=[1 2 3 4 5 6 7 8] and I want to create another one in which I have swaped the elements as (17)(24)(38)(56), ...

6 years 前 | 1 个回答 | 0

1

个回答