photo

Steve K


Last seen: 5 mesi fa Attivo dal 2022

Followers: 0   Following: 1

Statistica

All
MATLAB Answers

6 Domande
0 Risposte

Cody

0 Problemi
6 Soluzioni

RANK
215.862
of 300.364

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
49.473
of 168.407

CONTRIBUTI
0 Problemi
6 Soluzioni

PUNTEGGIO
73

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

6 mesi fa | 1 risposta | 0

1

risposta

Risolto


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

7 mesi fa

Risolto


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

7 mesi fa

Risolto


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

7 mesi fa

Risolto


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

7 mesi fa

Risolto


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

7 mesi fa

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Risolto


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

oltre un anno fa

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 1

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta