All Questions
1 question
2
votes
4
answers
287
views
How to force function to return int32 integers?
I have a command in Matlab, that I defined, which should return integer values:
x = intlinprog(f,intcon,A,b,Aeq,beq,lb,ub)
I don't want to round the result. I want the values to be int from the start....