Ana - MATLAB Central
photo

Ana


Last seen: 12 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 04/24 to 04/25Use left and right arrows to move selectionFrom 04/24Use 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
86 Solutions

RANK
N/A
of 297 999

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 519

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
6 165
of 160 124

CONTRIBUTIONS
0 Problems
86 Solutions

SCORE
1 000

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


y equals x divided by 2
function y = x/2

12 månader ago

Solved


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

12 månader ago

Solved


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

12 månader 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...

12 månader 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 ...

12 månader ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

12 månader ago

Solved


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

12 månader ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

12 månader ago

Solved


Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.

12 månader ago

Solved


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

12 månader ago

Solved


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

12 månader ago

Solved


Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;

12 månader ago

Solved


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

12 månader ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

12 månader 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...

12 månader ago

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

12 månader ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

12 månader ago

Solved


to the 2 all elements
to the 2 all elements

12 månader ago

Solved


Find Logic 19

12 månader ago

Solved


Total energy

12 månader ago

Solved


Kinetic energy calculation

12 månader ago

Solved


Laws of motion 5

12 månader ago

Solved


Laws of motion 6

12 månader ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

12 månader ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

12 månader ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

12 månader ago

Solved


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

12 månader ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

12 månader ago

Solved


Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...

12 månader ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

12 månader ago

Load more