photo

Andreas Vester


HSBC Global Asset Management

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years 前

已解决


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

6 years 前

已解决


First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero ...

6 years 前

已回答
Change histogram y-axis to percentage [R2017b]
Browse the MATLAB documentation for 'yticks' and 'yticklabels'. One solution might be as follows: yticklabels(yticks*100...

6 years 前 | 2