Risolto


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

oltre 8 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

oltre 8 anni fa

Risolto


Use R2016b Text Manipulations to Fix These Addresses (Part 1)
We have a series of addresses like the following which we'd like to reformat. Can you remove the latitude and longitude from the...

oltre 8 anni fa

Risolto


Combine the first and last names
MATLAB R2016 provides a rich set of functions to work with string arrays. In this problem, you will be given two string arrays o...

oltre 8 anni fa

Risolto


Parallel vectors
Return true or false depending on whether 2 vectors are parallel or not. Vectors can be 2 or 3 dimensional. The origin is not c...

quasi 9 anni fa

Risolto


Slicing the cube
A bored matlab enthusiast has a cube with volume n^3. He decides to paint the entire surface of the cube red. Then, with slices...

quasi 9 anni fa

Risolto


Sum of self power series
The series, 1^1,2^2,3^3,4^4,.... Find the sum of such series when x terms are given.

quasi 9 anni fa

Risolto


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

quasi 9 anni fa

Risolto


the fly, the train, the second train, and their Zeno's paradox
*You have heard this one*: A train leaves station _A_ and travels with constant velocity _v1_. A second train leaves station _B_...

quasi 9 anni fa

Risolto


Check availability of a number in an array
An array is given A=[1 2 3 4 5 7 8 9 10]. Find whether the number n is present in given array or not. If the number n is prese...

quasi 9 anni fa

Risolto


give nth decimal place of pi
max 15th place after the decimal point is ok for now

quasi 9 anni fa

Risolto


times 22
times 22

quasi 9 anni fa

Risolto


times 33
times 33

quasi 9 anni fa

Risolto


times 2
t

quasi 9 anni fa

Risolto


kmph to mph converter
Convert the speed in miles/hour to km/hour.

quasi 9 anni fa

Risolto


Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...

quasi 9 anni fa

Risolto


times 11
times 11

quasi 9 anni fa

Risolto


times 0
times 0

quasi 9 anni fa

Risolto


times 10
times 10

quasi 9 anni fa

Risolto


times 1
times 1

quasi 9 anni fa

Risolto


times 5
times 5

quasi 9 anni fa

Risolto


times 5
times 5

quasi 9 anni fa

Risolto


times 3
times 3

quasi 9 anni fa

Risolto


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

quasi 9 anni fa

Risolto


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

quasi 9 anni fa

Risolto


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

quasi 9 anni fa

Risolto


times 2
times 2

quasi 9 anni fa

Risolto


solve for y that is half as much as three less than one tenth of x
function y = half(x) y = (x * .1); end

quasi 9 anni fa

Risolto


Product of Array
Given an array of numbers. Get the product of the array.

quasi 9 anni fa

Risolto


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

quasi 9 anni fa

Carica altro