how to get int64 = int32*int32 in matlab

Status
Not open for further replies.

smartshashi

Member level 4
Joined
Aug 11, 2004
Messages
68
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
513
int64 int32

I want to multiply two numbers of data type int32 in matlab & store result in int64 data type variable. Can anybody explain me how to do this?
 

matlab int64

hi



suppose that :

I1,I2 => int32; then

I= int64(I1*I2);

Good luck.
 

multiply int32 matlab

hi jabi

can you explain for me the meaning of int8, unit8, int16, unit16 and so on in matlab? many thanks friend.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…