Community Profile

photo

rastors23


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Error using odearguments (line 113) Inputs must be floats, namely single or double.
clc; clear all; close all; h_bar = 1.054560652E-34/1.6E-19; k_b = 1.3806488E-23/1.6E-19; s...

2 years ago | 1 answer | 0

1

answer

Question


I am having error using ode45 with Inputs must be floats, namely single or double
Hello scholar, I have a code am running and I keep getting this error after several try. what might be the error in my code...

2 years ago | 1 answer | 0

1

answer

Question


Why do I receive "Array indices must be positive integers or logical values"?
clc; clear all; close all; syms epsr_bar eps_r r r = 0.001; a = 1; f = 0.05; n = 0.1; eps2 = 1; A = linspace(0,4,20); ...

2 years ago | 2 answers | 0

2

answers