photo

Nicole


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
216,643
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


How to create a flow chart?
How would I make a flow chart that describes this code? clear all; close all; clc; %inputs d1f = 60; %diameter of the bl...

3 years ago | 0 answers | 0

0

answers

Question


defining state matrix as anonymous function
How do I define my state matricies as an anonymous function? %variables m = 18130.59; k_t = 80363.83655; c_aero = 4561.755...

3 years ago | 3 answers | 1

3

answers

Question


ode45 is running an infinite loop
My ode45 keeps running an infinite loop. My code is shown below. tspan = [0, 10] x0 = [0;0;0;0;0] T1 = 360000 V1 = 70 [t ...

3 years ago | 1 answer | 0

1

answer