Hunter Antisdel - MATLAB Central
photo

Hunter Antisdel


Last seen: nästan 3 år ago Active since 2022

Followers: 0   Following: 0

Statistics

CodyFrom 04/22 to 04/25Use left and right arrows to move selectionFrom 04/22Use 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 298 363

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 572

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
6 772
of 160 969

CONTRIBUTIONS
0 Problems
86 Solutions

SCORE
971

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


Round to nearest integer

nästan 3 år ago

Solved


Find Sine Function

nästan 3 år ago

Solved


multiply by 7

nästan 3 år ago

Solved


Multiply by 14

nästan 3 år 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 ...

nästan 3 år ago

Solved


Area of a pentagon
Given the side of a regular pentagon and its apothem return the area of pentagon. Remember the area of pentagon is calculate ...

nästan 3 år ago

Solved


Area of rhombus
Calculate the rhombus area

nästan 3 år ago

Solved


Isothermal Expansion
Given the initial pressure and volume of an ideal gas, calculate the new volume, given the new pressure. Hint: <https://en.wi...

nästan 3 år ago

Solved


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

nästan 3 år ago

Solved


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

nästan 3 år ago

Solved


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

nästan 3 år ago

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


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

nästan 3 år ago

Solved


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

nästan 3 år ago

Solved


area

nästan 3 år ago

Solved


Real

nästan 3 år ago

Solved


Size

nästan 3 år ago

Solved


find the height

nästan 3 år ago

Solved


length of a vector
Find twice the length of a given vector.

nästan 3 år ago

Solved


kmph to mps
convert kilometer per hour to meter per second

nästan 3 år 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...

nästan 3 år ago

Solved


Will there be a new leader?
Simply answer the title.

nästan 3 år ago

Solved


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

nästan 3 år ago

Solved


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

nästan 3 år ago

Solved


Spherical Volume
Calculate the volume of a sphere.

nästan 3 år ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

nästan 3 år ago

Solved


Circle : Square

nästan 3 år ago

Solved


Volume of Spherical Shell
In three-dimensional space, a spherical shell can be constructed from two concentric spheres. Determine the volume of a spheric...

nästan 3 år ago

Solved


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

nästan 3 år ago

Load more