photo

Andreas Vester


HSBC Global Asset Management

Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

Statistik

All
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

fast 6 Jahre vor

Gelöst


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

fast 6 Jahre vor

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

mehr als 6 Jahre vor | 2