Delaney - MATLAB Central
photo

Delaney


Last seen: 8 dagen ago Active since 2025

Followers: 0   Following: 0

Statistics

CodyFrom 03/25 to 04/25Use left and right arrows to move selectionFrom 03/25Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problems
35 Solutions

RANK
N/A
of 298.204

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.548

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
13.009
of 160.571

CONTRIBUTIONS
0 Problems
35 Solutions

SCORE
402

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

8 dagen ago

Solved


calculate the length of matrix
input 1 array, calculate the length

8 dagen ago

Solved


Calculate y=2
Find the value of x so that y=2

8 dagen ago

Solved


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

8 dagen ago

Solved


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

8 dagen ago

Solved


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

8 dagen ago

Solved


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

8 dagen ago

Solved


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

8 dagen ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

8 dagen ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

8 dagen ago

Solved


to the 2 all elements
to the 2 all elements

8 dagen ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

8 dagen ago

Solved


Given length x find the area y of the square
Given length x find the area y of the square

8 dagen ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

8 dagen ago

Solved


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

8 dagen ago

Solved


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

8 dagen ago

Solved


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

8 dagen ago

Solved


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

8 dagen ago

Solved


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

8 dagen ago

Solved


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

8 dagen ago

Solved


Double all elements in the array
Duplicate all elements in the array

8 dagen ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

8 dagen ago

Solved


Converts numbers into characters
Converts numbers into characters

ongeveer een maand ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

ongeveer een maand ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

ongeveer een maand ago

Solved


factorial of a number x
Factorial of a number x

ongeveer een maand ago

Solved


Positive Infinity
Round the array a towards positive infinity

ongeveer een maand ago

Solved


Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.

ongeveer een maand ago

Solved


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

ongeveer een maand ago

Solved


Return area of square
Side of square=input=a Area=output=b

ongeveer een maand ago

Load more