Chad - MATLAB Central
photo

Chad


Last seen: 8 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 08/24 to 04/25Use left and right arrows to move selectionFrom 08/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
82 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
5 017
of 160 571

CONTRIBUTIONS
0 Problems
82 Solutions

SCORE
1 008

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

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

8 månader ago

Solved


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

8 månader ago

Solved


Convert radians to degrees
Given input in radians, output to degrees

8 månader ago

Solved


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

8 månader ago

Solved


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

8 månader ago

Solved


kmph to mps
convert kilometer per hour to meter per second

8 månader ago

Solved


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

8 månader ago

Solved


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

8 månader ago

Solved


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

8 månader ago

Solved


square root
Find the square root (y) of an input (x).

8 månader ago

Solved


Laws of motion 2

8 månader ago

Solved


Laws of motion 1

8 månader ago

Solved


Laws of motion 6

8 månader ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

8 månader ago

Solved


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

8 månader ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

8 månader ago

Solved


Converts numbers into characters
Converts numbers into characters

8 månader ago

Solved


Find the max element of the array
Find the max element of the array

8 månader 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 månader ago

Solved


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

8 månader ago

Solved


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

8 månader ago

Solved


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

8 månader ago

Solved


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

8 månader ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

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

8 månader ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

8 månader ago

Solved


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

8 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 to use d...

8 månader ago

Solved


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

8 månader ago

Load more