Hi everyone,

I have some variables in my code that are a function of other variables. For example assume that Q is a variable which is a function of q1,...q4. ( Q= f(q1,q2,q3,q4) ).

When I calculate Q, since its characters exceed 25000, I have to store it in a text file. When I copy the obtained Q value in a word document, I see that it exceeds 1300 pages (yes, one thousand and three hundred pages)!!

When I want to copy this text file in a Matlab script file it gives me an out of memory error. I need to use the Q in every iteration of my code and in each iteration q1,...q4 change.

How can I use such a big value in my code?

More Mahdi Nabipour's questions See All
Similar questions and discussions