Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
iterator operator
Posted May 23, 2017, 6:28 a.m. EDT 2 Replies
Please login with a confirmed email address before reporting spam
Hi there,
I am working with comsol 5.3, and I would like to define a force using mathematical series.
My question is how to write this on a force field on comsol (matlab code) :
S=0;
for i=1:100
S=S+f(i);
end
With f is a given function.
I am working with comsol 5.3, and I would like to define a force using mathematical series.
My question is how to write this on a force field on comsol (matlab code) :
S=0;
for i=1:100
S=S+f(i);
end
With f is a given function.
2 Replies Last Post May 24, 2017, 6:12 a.m. EDT