Feeds
提问
WHY ARE THE COLORS OF MY LEGEND ALL MESSED UP?
for mu=0:0.2:1 . . . c = ['k','r','g','b','y','c']; c(1+5*mu) plot(P,P_dot(P,Q),'color',c(1+5*mu)); ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Trouble with syntax and variable types in ODE45
Hello! Tahnks in advance. This is a piece of my code syms t_dum mult_Heb_P_11 = @(t,J) K_heb_p(t).*CC11(t,J); mult_Heb_M_11 ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I solve an integral of B=int(A(u,v)du), and get the answer as a function of B(v)?
Thanks!
5 years 前 | 1 个回答 | 0
1
个回答提问
Need to solve an singlevariable integral of functions of two variables, and get answers as functions
Hello and thanks I've done this before, but now am getting an error like Error using integralCalc/finalInputChecks (line 522) ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Solve functions symbolically, and getting answers as functions, solve() fsolve()
Hello This is my humble piece of code, solving a system of three linear equations to get all C_xy_0. syms x y z eqns = [(1-J...
5 years 前 | 1 个回答 | 0
1
个回答提问
abs() in anonymous function
Hi there I solved the previous problem by introducing an anonymous function f2 = @(t,J) lambda * tau_0 * (0.5*(tanh(J-theta_i)...
6 years 前 | 1 个回答 | 0
1
个回答提问
Warning: Unable to find explicit solution. Returning implicit solution instead.
Hello everybody I have this sym function "J" with a differential equation (x is actually t, but forgive me). I cannot find e...
6 years 前 | 0 个回答 | 0