Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.
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.
a time dependent matlab function
Posted 28 ott 2012, 09:45 GMT-4 LiveLink for MATLAB, Materials, Results & Visualization Version 4.3a 0 Replies
Please login with a confirmed email address before reporting spam
I'm trying to make a time dependent time function to input as a boundary condition in comsol. I have a vector in matlab and each line is applied in a determinated sampling time in the boundary condition at comsol. For example, when t = 1, the first line is applied to the boundary condition, when t = 2 the second line is applied .....
I tried to make the function, using the time as argument:
function out = myFunction(t)
out = myVector(t)
But when i try to plot the function in comsol, the following error occur:
Incorrect size of returned vector. 1000 elements were expected, but the returned matrix was 1x1.
Anyone can help me?
kind regards
Geovani
Hello Geovani Souza
Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.
If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.