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