Solved


Where is the number that you want to find?
For a given matrix A, find where the input number x appears. Do this task by returning the vector which contains the row and th...

nästan 2 år ago

Solved


Slope of the line passing through two points
Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].

nästan 2 år ago

Solved


Real

nästan 2 år ago

Solved


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

nästan 2 år ago

Solved


Matlab Basics II - Operations and Matrix Dimensions
Write a function that takes two inputs, a & b, and outputs the sum and product of the two matrices. The matrices have OPPOSITE d...

nästan 2 år ago

Solved


Solving Quadratic Equations (Version 2)
Before attempting this problem, solve version 1: <https://www.mathworks.com/matlabcentral/cody/problems/2510-solving-quadratic-...

nästan 2 år ago

Solved


Better Index Number
Let's say you want to save many, many files and append these files with a certain sortable index number. As you probably know, y...

nästan 2 år ago

Solved


Reverse CHECKBOX MATRIX with 69
Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix. Exa...

nästan 2 år ago

Solved


find out eigenvector of matrix
find out eigenvector of matrix A =eye(3); Answer is [0 0 1; 0 1 0; 1 0 0];

nästan 2 år ago

Solved


wipe out!
make all the elements in given x zero.

nästan 2 år ago

Solved


sign function

nästan 2 år ago

Solved


Create tangent function out of cosine only
Please don't use tangent and sine functions

nästan 2 år ago

Solved


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

nästan 2 år ago

Solved


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

nästan 2 år ago

Solved


Sort in descending order.

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


divide by 5

nästan 2 år ago

Solved


persistant sum
There will be 9 tests for this problem. In each test you will be provided with 2 integers n=[n1,n2], where n2 is equal to t...

nästan 2 år ago

Solved


Summation of integers

nästan 2 år ago

Solved


Calculate sin(x) without sin(x)
Calculate y = sin(x) x = 0 -> y= 0 without the use of sin(x) or cos(x)

nästan 2 år ago

Solved


Calculate cosine without cos(x)
Solve cos(x). The use of the function cos() and sin() is not allowed.

nästan 2 år ago

Solved


Mile to Kilometer
x is mile and y is km

nästan 2 år ago

Solved


Replace 0 to NaN!
In given matrix A=[1 nan nan; 2 2 nan; nan nan 1]; replace NaN to 0. Use matrix A as a input.

nästan 2 år ago

Solved


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

nästan 2 år ago

Solved


Make a list string
Given a cell string, produce a string separating the items with spaces and commas and with an 'and' preceding the final item, an...

nästan 2 år ago

Solved


Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

nästan 2 år ago

Solved


Can the given sides form a triangle?
Can the three given sides form a triangle?

nästan 2 år ago

Solved


Square
square root of x

nästan 2 år ago

Solved


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

nästan 2 år ago

Solved


Volume of Cylinder
Find the volume of a cylinder

nästan 2 år ago

Load more