Community Profile

photo

Ori Iger


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 0 answers | 0

0

answers