Statistiques
0 Problèmes
84 Solutions
RANG
N/A
of 301 352
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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]
plus de 3 ans il y a
A résolu
vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.
plus de 3 ans il y a
A résolu
Counting down
Create a vector that counts from 450 to 200 in increments of 10.
plus de 3 ans il y a
A résolu
Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.
plus de 3 ans il y a
A résolu
01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>
plus de 3 ans il y a
A résolu
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
plus de 3 ans il y a
A résolu
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
plus de 3 ans il y a
A résolu
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
plus de 3 ans il y a
A résolu
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: ...
plus de 3 ans il y a
A résolu
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
plus de 3 ans il y a
A résolu
Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area
plus de 3 ans il y a
A résolu
the average value of the elements
Calculate the average value of the elements in the array
plus de 3 ans il y a
A résolu
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
plus de 3 ans il y a
A résolu
Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.
plus de 3 ans il y a
A résolu
Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];
plus de 3 ans il y a
A résolu
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
plus de 3 ans il y a
A résolu
Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array. If x=[1,2,2,3,3,3,4,4,4,...
plus de 3 ans il y a
A résolu
Basics - not so easy division
Please make a function whcih divides x/y, but pay attention for some exceptions with NaN,0,Inf. Sometimes return "ERROR" instead...
plus de 3 ans il y a
A résolu
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
plus de 3 ans il y a
A résolu
Determine the square root
Determine the square root of the value the user has entered, n.
plus de 3 ans il y a
A résolu
Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.
plus de 3 ans il y a
A résolu
Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...
plus de 3 ans il y a
A résolu
Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.
plus de 3 ans il y a
A résolu
Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte
plus de 3 ans il y a
A résolu
Back to basics 10 - Max Float
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive floating-point number MATLAB can han...
plus de 3 ans il y a



