I just tried to link HSPICE with MATLAB and its works only if I add a previously simulated netlist by HSPICE GUI.
I tried the DOS function, but it did not work.
Is there any other function that I could try to run the HSPICE netlist directly from MATLAB?
I tried the DOS function like this:
dos('START /WAIT C:\synopsys\Hspice_A-2008.03\BIN\hspice.exe - G:\ismail\test.sp');
Is there any other format to write the DOS function?