Solved


Independent direction vectors of a plane
Given the equation of a plan of the form ax+by+cz=d, return 2 independent direction vectors which could e.g. be used to determin...

5 months ago

Solved


Sum along each diagonal of a matrix
Write a routine that returns the sums along the diagonals of a given matrix, A, where the first diagonal is the bottom left corn...

5 months ago

Solved


Vector Magnitude Calculator
'a' is a vector that starts at the origin and ends at (x, y). Find ||a||. Hint: It is as simple as "ABC".

5 months ago

Solved


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

5 months ago

Solved


Adding Cells with numbers defined as strings
Given a cell, with strings representing numbers, add each value. For example: a = {'9','33'}; the output should be: ...

5 months ago

Solved


My wife's logic
Its is always the opposite of the causality law, that is to say the implication relationship in math/logic terms : Figure...

5 months ago

Solved


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

5 months ago

Solved


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

5 months ago

Solved


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

5 months ago

Solved


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

5 months ago

Solved


Calculate the area of a circle
Given a circle of diameter x calculate its area

5 months ago

Solved


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

5 months ago

Solved


Divide pi
Divide pi by x!

5 months ago

Solved


Square root of number
Square root of given number.

5 months ago

Solved


Box
Give the volume of a box, x is equal to the body diagonal.

5 months ago

Solved


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

5 months ago

Solved


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

5 months ago

Solved


Find square of given number
Find Square of any number

5 months ago

Solved


Cutoff OF Exam

5 months ago

Solved


divide by 5

5 months ago

Solved


Dot Product

5 months ago

Solved


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

5 months ago

Solved


Find Logic 5

5 months ago

Solved


10% Discount

5 months ago

Solved


Find Sum of array

5 months ago

Solved


Add 2 Vectors

5 months ago

Solved


Find Logic 2

5 months ago

Solved


Find Logic 27

5 months ago

Solved


add num
add two numbers a and b

5 months ago

Solved


sum numbers to some value n
sum of numbers up to a value n

5 months ago

Load more