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.

How to simulate current-voltage characteristics

Please login with a confirmed email address before reporting spam

Hello,
i am new at comsol and i have a question. How can i simulate c-v-curves with comsol 3.5a in matlab workspace.

Thanks for help
Max

1 Reply Last Post 25 déc. 2009, 10:25 UTC−5

Please login with a confirmed email address before reporting spam

Posted: 1 decade ago 25 déc. 2009, 10:25 UTC−5
Hi Max,
you can try to use the parametric solver with e.g.
parameter: V
values: [0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0]

Save the simulation as matlab *.m-file to see the code
and modify it according to your needs.
To get the current values you may use the commands
postint or posteval, depending on your model.
(Use 'all' for the solution number to get a vector output.)
Good luck!

Hi Max, you can try to use the parametric solver with e.g. parameter: V values: [0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0] Save the simulation as matlab *.m-file to see the code and modify it according to your needs. To get the current values you may use the commands postint or posteval, depending on your model. (Use 'all' for the solution number to get a vector output.) Good luck!

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.