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 2017年5月23日 GMT-4 06:28 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 2017年5月24日 GMT-4 06:12