Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

:D

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top