Community Profile

photo

Andreas Vester


HSBC Global Asset Management

Attivo dal 2018

Followers: 0   Following: 0

Contatto

Statistiche

All
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


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

oltre 5 anni fa

Risolto


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

oltre 5 anni fa

Risolto


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

oltre 5 anni fa

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

circa 6 anni fa | 2