Jay Coin - MATLAB Central
photo

Jay Coin


2024 年からアクティブ

Followers: 0   Following: 0

統計

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 質問
0 回答

Cody

0 問題
18 解答

ランク
195,884
of 298,219

評判
0

コントリビューション
2 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,548

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
21,659
of 160,604

コントリビューション
0 問題
18 解答

スコア
225

バッジ数
2

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Leader
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


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

3ヶ月 前

解決済み


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

3ヶ月 前

解決済み


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ヶ月 前

解決済み


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ヶ月 前

解決済み


EZ10
EZ

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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ヶ月 前

解決済み


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

4ヶ月 前

解決済み


Potential energy calculation

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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ヶ月 前

解決済み


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ヶ月 前

解決済み


Laws of motion 6

4ヶ月 前

解決済み


Laws of motion 3

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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ヶ月 前

質問


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ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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ヶ月 前 | 1 件の回答 | 0

1

回答