Community Profile

photo

Andreas Vester


HSBC Global Asset Management

Active since 2018

Statistics

All
  • Solver
  • First Answer

View badges

Content Feed

View by

Solved


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 ...

ongeveer 5 jaar ago

Solved


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...

meer dan 5 jaar ago

Solved


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 ...

meer dan 5 jaar ago

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

ongeveer 6 jaar ago | 2