Community Profile

photo

William Sharpless


Last seen: casi 3 años hace Con actividad desde 2019

Estadísticas

All
  • Solver
  • Thankful Level 1
  • First Review

Ver insignias

Content Feed

Ver por

Resuelto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

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

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

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

casi 4 años hace

Pregunta


How to rearrange the output variables for matlabFunction()?
Hi, I made a Jacobian with jacobian() and then turned it into a function with the matlabFunction(), but matlab rearranges the v...

más de 4 años hace | 2 respuestas | 0

2

respuestas