photo

Ryan McBurney


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Aerospace Engineer | Rock Climber | Always seeking a challenge

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
MATLAB Answers

5 Questions
1 Answer

Cody

0 Problems
66 Solutions

RANK
156,423
of 301,200

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8,248
of 173,339

CONTRIBUTIONS
0 Problems
66 Solutions

SCORE
907

NUMBER OF BADGES
7

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Answered
Solving an implicit equation with fsolve and validating with fplot
Fixed my problem with the following adjustments to my code. cfi = .455/(log10(RX))^2.58; f = @(cfe,RX,Me) ((D)/(log10(RX*cfe)...

5 years ago | 0

| accepted

Question


Solving an implicit equation with fsolve and validating with fplot
Below is my code to try and solve this function: D/(log10(RX*cfe)-C))^2 = cfe I'm not sure if I'm using fsolve correctly. I g...

5 years ago | 2 answers | 0

2

answers

Question


Creating a for loop that calls to a separate function script and collects outputs in vector
I have a function file called AirProperties.m that takes an Altitude and Mach Number as input and spits out 7 characteristics of...

5 years ago | 1 answer | 0

1

answer

Question


Converting a date in character format to an actual date recognized by MATLAB
I pulled the date from a cell in an excel file that looked like this "Date: 06-Jun-2019 start" without the quotes and shortened ...

6 years ago | 1 answer | 0

1

answer

Question


Convert table format from %s to %f
I put together a table with variables that I imported from an excel file and now I am unable to plot them. I think I need to co...

6 years ago | 0 answers | 0

0

answers

Question


Converting time data to plot
I imported an excel file (xlsread) and the time data turned into decimal form. I wrote the following code get a what I think is ...

6 years ago | 1 answer | 0

1

answer