Statistics
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
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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
answersQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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







