photo

Steve K


Last seen: 4 months 前 自 2022 起处于活动状态

Followers: 0   Following: 1

统计学

All
MATLAB Answers

6 个提问
0 个回答

Cody

0 个问题
6 个答案

排名
215,862
of 300,081

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
49,184
of 167,273

贡献数
0 个问题
6 个答案

评分
73

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


What method is used by the mapping toolbox to determine geodesic distances between points within various geodetic reference frames?
I have a radar tracking problem wherin I need to calculate the distance between two points. While pursuing the answer to this p...

5 months 前 | 1 个回答 | 0

1

个回答

已解决


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

6 months 前

已解决


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

6 months 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

6 months 前

已解决


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

6 months 前

已解决


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

6 months 前

提问


Two methods to check if a point exists within an ellipsoid
I have a need to determine if a point, measured in [x, y, z] from the origin, is within an ellipsoid also centered at the origin...

1 year 前 | 1 个回答 | 0

1

个回答

已解决


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

1 year 前

提问


Run a script on all files in a folder/subfolders
I presently have a script which uses uigetfile and multiselect to grab several files in a folder and then loops through them; wr...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Use UIGETFILE for a file without an extension.
I have a file that has a period in the filename but no extension on the end. I know these files are CSV/DAT files and if I manua...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How do I get directionality from the departure() function
I have two sets of coordinates and I need to calculate the distance between them in longitude converted to meters. The departure...

2 years 前 | 1 个回答 | 1

1

个回答

提问


Move a portion of one table into another, smaller, table.
I have two large csv files which I have imported using readtable. The contain related data but one has many more rows than the o...

3 years 前 | 1 个回答 | 0

1

个回答