Community Profile

photo

Ryan McBurney


Last seen: etwa ein Jahr vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 3 Jahre vor | 0

| akzeptiert

Frage


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

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort