Community Profile

photo

Kevin Cardenas


Last seen: 3 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Hey there I'm using MATLAB

Estadísticas

All
  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Promoter
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Use latex with bar command in categorical array
Hi I would like to insert Latex text in the part of this graph that i've underlined instead of the one that is already there. Do...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

más de 3 años hace

Resuelto


Find max
Find the maximum value of a given vector or matrix.

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Pregunta


quiver3 not plotting the end point
I used the quiver3 function and was specting a vector that goes from 0,2,4 to 2,7,10. To confirm this I plotted both points but ...

más de 3 años hace | 1 respuesta | 0

1

respuesta