Feeds
提问
eventfunction for stopping solver when output becomes complex doesn't work
I am trying to solve the following DE; function [v] = DE(t, y, Vb0, lambda, mb, rhog0, Cw) % vaste parameters LoadConstants ...
5 months 前 | 2 个回答 | 0
2
个回答提问
Remove ignored complex values from a plot
I am trying to plot the generated power of a helium-filled balloon in function of height for different values of a certain param...
5 months 前 | 2 个回答 | 0
2
个回答提问
Making curves reach axes
I am trying to make a plot of the power generated by a rising helium balloon in function of its hight for different balloonvolum...
5 months 前 | 1 个回答 | 0
1
个回答提问
How to make a curve fill the whole plotspace
Vb0_vec = [10 1000]; mb_vec = (20*10^-3)*(36*pi*Vb0_vec.^2).^(1/3); rhog0 = 0.169; lambda = 0.0173; y = linspace(0, 120000, ...
6 months 前 | 2 个回答 | 0