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.

Send the matlab based model to HFSS or CST

Status
Not open for further replies.

Players

Junior Member level 1
Junior Member level 1
Joined
Sep 12, 2007
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,364
hi,guys.Im confused recently with this topic.Someone had some simple words about this as follows.But im still in obtacle.
t=linspace(-5,5,40); %matlab based model
[x,y]=meshgird(t,t);
z=peaks(x,y);
surf(x,y,z)
hfss_surf_exe();%the interface function

%then the model is built in HFSS.
I havent got the detail of function 'hfss_surf_exe()'.Who can help help help me?
 

Hi players
I think hfss_surf_exe() is a user defined function that if you want use it you should add it to matlab current directory or its toolbox

I hope it'll be helpful
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top