A résolu


Remove element(s) from cell array
You can easily remove an element (or a column in any dimension) from a normal matrix, but assigning that value (or range) empty....

environ 4 ans il y a

A résolu


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

environ 4 ans il y a

A résolu


Inner product of two vectors
Find the inner product of two vectors.

environ 4 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 4 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

environ 4 ans il y a

A résolu


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

environ 4 ans il y a

Réponse apportée
Multi tick-xlabel plots
Hi, You could try doing a hold on plot if the time data and latitude are somewhat to scale time = 1:25; latitude = 1:35; ...

environ 4 ans il y a | 0

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 4 ans il y a

Réponse apportée
how to put path of a folder in a loop so the loop can open subfolders by itself
Hi Souzan, My understanding is that you need to enter into the subfolders one by one, do certain operations and exit from the s...

environ 4 ans il y a | 0

Réponse apportée
Find averages given conditions
My understanding is that you will be having different groups and you need to compute average of each parameter for those cities....

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Taking the last Row of each Double in a Cell
Hi Fabio, I understand you want to create a matrix - each row containing the last row of the 14x8 double in the 2nd column of t...

environ 4 ans il y a | 0