
Alex
Followers: 0 Following: 0
Statistica
0 Problemi
86 Soluzioni
RANK
N/A
of 298.066
REPUTAZIONE
N/A
CONTRIBUTI
0 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]
quasi 2 anni fa
Risolto
Calculate the area of a circle
Given a circle of diameter x calculate its area
quasi 2 anni fa
Risolto
Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0
quasi 2 anni fa
Risolto
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
quasi 2 anni fa
Risolto
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
quasi 2 anni fa
Risolto
Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.
quasi 2 anni fa
Risolto
MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.
quasi 2 anni fa
Risolto
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.
quasi 2 anni fa
Risolto
First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];
quasi 2 anni fa
Risolto
What percentage?
Calculate the output c as the percentage of a on b for given a and b.
quasi 2 anni fa
Risolto
Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle
quasi 2 anni fa
Risolto
radius of a spherical planet
You just measured its surface area, that is the input.
quasi 2 anni fa
Risolto
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
quasi 2 anni fa
Risolto
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
quasi 2 anni fa
Risolto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
quasi 2 anni fa
Risolto
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
quasi 2 anni fa
Risolto
Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.
quasi 2 anni fa
Risolto
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
quasi 2 anni fa
Risolto
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
quasi 2 anni fa
Risolto
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
quasi 2 anni fa
Risolto
convert matrix to single column
given any matrix, convert it to single column
quasi 2 anni fa