Jay Coin - MATLAB Central
photo

Jay Coin


Active since 2024

Followers: 0   Following: 0

Statistics

All
CodyMATLAB AnswersFrom 05/24 to 04/25Use left and right arrows to move selectionFrom 05/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%
MATLAB Answers

2 Questions
0 Answers

Cody

0 Problems
18 Solutions

RANK
92.298
of 297.986

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.517

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
21.557
of 160.028

CONTRIBUTIONS
0 Problems
18 Solutions

SCORE
225

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Leader
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


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

3 maanden ago

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

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

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

3 maanden ago

Solved


EZ10
EZ

3 maanden ago

Solved


Calculate the Levenshtein distance between two strings
This problem description is lifted from http://en.wikipedia.org/wiki/Levenshtein_distance. The Levenshtein distance between two...

3 maanden ago

Solved


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

4 maanden ago

Solved


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

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

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

4 maanden ago

Solved


Potential energy calculation

4 maanden ago

Solved


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

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

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

4 maanden ago

Solved


Laws of motion 6

4 maanden ago

Solved


Laws of motion 3

4 maanden ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

4 maanden ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 maanden ago

Question


Why am I keep getting "Unrecognized function or variable 'title'. " and "Variable might be used before it is defined" for dynamic title in app designer
This is the code for the title: title(app.UIAxes,['From ' char(cell2mat(app.PastMonthName)) ' of ' num2str(app.PastYear) ' to '...

4 maanden ago | 1 answer | 0

1

answer

Question


Unable to outerjoin two tables, Error message of 'Left and right key variables have incompatible types'
Hi, it seems that no matter what I try, my left and right key variables will always be of incompatible types. It's gotten so f...

11 maanden ago | 1 answer | 0

1

answer