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.

204x204 matrix generation

Status
Not open for further replies.

madalin1990

Full Member level 2
Joined
Apr 4, 2012
Messages
124
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
2,090
How can i generate a 204x204 matrix with the following characteristics:

`if line<136 and column<68 value = 0
if line<136 and column<136 value = 146
if line<136 and column<204 value = 16
if line>136 and column<68 value = 2
if line>136 and column<136 value = 128
if line>136 and column<208 value = 144`

Thank you!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top