Katelyn - MATLAB Central
photo

Katelyn


Last seen: 7 dagar 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
83 Solutions

RANK
N/A
of 298 029

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 523

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
4 761
of 160 187

CONTRIBUTIONS
0 Problems
83 Solutions

SCORE
1 009

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Promoter
  • Commenter
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

10 dagar ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

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

10 dagar ago

Solved


Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55

10 dagar ago

Solved


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

10 dagar ago

Solved


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

10 dagar ago

Solved


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

10 dagar ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

10 dagar ago

Solved


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]

10 dagar ago

Solved


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

10 dagar ago

Solved


Max of a Vector
Write a function to return the max of a vector

10 dagar ago

Solved


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

10 dagar ago

Solved


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

10 dagar ago

Solved


kmph to mps
convert kilometer per hour to meter per second

10 dagar ago

Solved


Determine the square root
Determine the square root of the value the user has entered, n.

10 dagar ago

Solved


only input
Return the output without writing any code into the function.

10 dagar ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

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

10 dagar ago

Solved


Energy Conversion 1

10 dagar ago

Solved


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

10 dagar ago

Solved


Square a Number
Given an input x, return y, which is equal to the square of x.

10 dagar ago

Solved


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

10 dagar ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

11 dagar ago

Solved


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

11 dagar ago

Solved


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

11 dagar ago

Solved


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

11 dagar ago

Solved


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

11 dagar ago

Solved


Temperature Conversion 2

11 dagar ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

11 dagar ago

Solved


Temperature Conversion 1

11 dagar ago

Load more