photo

Davide Conti


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
210,351
of 299,947

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can i do the summation of every row?
Dear Experiences i have a table that look like the following: Table (from column 83 to 110): Name ... 83 84 85 ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


how can i sum
Easy examples: A = [1 2 3 0 -1 ; -1 -1 1 3 4 ; 2 0 1 -1 -1; etc] For each rows, how can I sum the numbers other than -1? So, ...

6 years 前 | 3 个回答 | 0

3

个回答

提问


How can I count how many numbers are different from '-1'?
Hi, Example: Suppose we a have a matrix A A= [1 -1 0 -1 0 0 -1 0 -1 -1 -1 -1 -1 -1 -1] How can I count how many numbers are d...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Find and replacing elements in cell array
Hi, I have this data table: The headings of columns from 76 to 81 ('DS0'-'DS5') represent a value from 0 to 5 respectively (...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Numeric values converted to string
I have a matrix: A = [ '3 5 6 8' ; 5 ; '1 19 21 26' ; '2,16,27,28' ; 26 ; '19,21' ] How can i make a loop that returns the mat...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do i convert a numerical cell array in a vector ?
I have a data table imported from Excel with 304 rows and 75 columns. At the position {10,30} for example i have a cell with c...

6 years 前 | 2 个回答 | 0

2

个回答