M J - MATLAB Central
photo

M J


Last seen: 5 dagen ago Active since 2025

Followers: 1   Following: 0

Passionate Product design engineer here just for fun.

Spoken Languages:
English

Statistics

CodyFrom 03/25 to 05/25Use left and right arrows to move selectionFrom 03/25Use left and right arrows to move left selectionTo 05/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
37 Solutions

RANK
N/A
of 298.634

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.631

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
13.192
of 161.859

CONTRIBUTIONS
0 Problems
37 Solutions

SCORE
410

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Solved


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

ongeveer 2 maanden ago

Solved


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

ongeveer 2 maanden ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

ongeveer 2 maanden ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

ongeveer 2 maanden 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...

ongeveer 2 maanden ago

Solved


Mass Conversion 1

ongeveer 2 maanden ago

Solved


Energy Conversion 2

ongeveer 2 maanden ago

Solved


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

ongeveer 2 maanden ago

Solved


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

ongeveer 2 maanden ago

Solved


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

ongeveer 2 maanden ago

Solved


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

ongeveer 2 maanden ago

Solved


Potential energy calculation

ongeveer 2 maanden ago

Solved


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

ongeveer 2 maanden ago

Solved


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

ongeveer 2 maanden ago

Solved


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

ongeveer 2 maanden ago

Solved


Laws of motion 6

ongeveer 2 maanden ago

Solved


Laws of motion 3

ongeveer 2 maanden ago

Solved


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

ongeveer 2 maanden ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

ongeveer 2 maanden 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...

2 maanden ago

Solved


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

2 maanden ago

Solved


Converts numbers into characters
Converts numbers into characters

2 maanden ago

Solved


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

2 maanden 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;...

2 maanden ago

Solved


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

2 maanden ago

Solved


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

2 maanden ago

Solved


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

2 maanden ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

2 maanden ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

2 maanden ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

2 maanden ago

Load more