MATLAB HFSS interface simple
I have searched internet and this site too
The problem is I want to change parameters of antenna using MATLAB, how can I do it?
I was unable to find the solution, I also tried using script option of HFSS, it creates script but I am unable to determine how to change parameters using MATLAB
If anyone can tell me how to create interface of HFSS with MATLAB, so that we give input to MATLAB, simulation is done in HFSS and output results are shown in MATLAB?
Also if I have already made a design in HFSS, how can I change its values using MATLAB?
talha863
you can create a interface between HFSS and Matlab using API interface.
check this link for further information of creating an interface
https://www.cresis.ku.edu/~rvc/proje...atlab-api.html
Regards
Elchachito
Dear Elchachito!
I have already read that page and downloaded the file, but I am unable to run this program on MATLAB,
I have copied files uploaded on that site to my current MATLAB directory
As I haven't installed HFSS in C drive, so I made changes in the m.file,
it gives error when I try to run it in MATALB
this is the message MATLAB displays when I run the program
"The Initial Dipole Length is 1.00 meter ...
Running iteration #1 ...
Creating the Script File ...
? Error using ==> fprintf
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in ==> hfssNewProject at 36
fprintf(fid, 'Dim oHfssApp\n');
Error in ==> example_antenna at 61
hfssNewProject(fid);
"
what should I do?
i wish i could offer you any assistance,i am not good at interfacing. i hope you will find someone here soon.Pray you will have someone to answer
Regards
ChachitoEL
Thanks for you time and effort, I really appreciate it
Also hoping to get some help soon :)
Interfaced MATLAB with HFSS, thanks everyone for your help :)
