rameshrai
Full Member level 3
- Joined
- Aug 16, 2010
- Messages
- 158
- Helped
- 7
- Reputation
- 14
- Reaction score
- 7
- Trophy points
- 1,298
- Activity points
- 2,272
hi,
I have a problem in matlab, the following returns Inf, does anybody know why this is so and how I can truncate the value so that 2^ans is not Inf
thanks
I have a problem in matlab, the following returns Inf, does anybody know why this is so and how I can truncate the value so that 2^ans is not Inf
V =
39.139000142183406
>> 2^ans
ans =
Inf
thanks