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.

Recent content by Darlis Herumurti

  1. D

    How to get a value(z) from a specific location(x,y) on the mesh/surf in matlab

    Dear all, After some searching and reading, I think I've found the solution of my problem with the matlab built-in griddata() function. [xq,yq]=meshgrid(1:50,1:50); zq = griddata(x,y,z,xq,yq); CMIIW. Sincerely, Darlis
  2. D

    How to get a value(z) from a specific location(x,y) on the mesh/surf in matlab

    For example: [x,y]=meshgrid(1:5:50,1:5:50); % there is a gap in the sequence: 1 6 11 ... not 1 2 3 ... z = peaks(10); % or some other function tri = delaunay(x,y); % create triangulation trisurf(tri,x,y,z) % displaying the data on the surf. <a title="trisurf.png"...

Part and Inventory Search

Back
Top