Hi Nevinalex1234,
If you are using 64 bit version of the tool then please set the LD_LIBRARY_PATH as mentioned by Andrew in the post you referred i.e. -
setenv LD_LIBRARY_PATH `cds_root spectre`/tools/lib/64bit:$LD_LIBRARY_PATH
but you need to keep in mind (as mentioned by Andrew) that if running on a 32-bit machine (or running 32 bit matlab), you'll need to miss out the 64bit part of the path. You may also refer to the following COS Solution for more details when trying to run the SpectreRF/Matlab toolbox on a 64 bit OS -
http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=11500586
and see if this helps.
Also, I see one more thing but not sure if that is the case i.e. you are setting -
mydir = '/home/njacob2/simulation/design1_rcresponse/spectre/schematic/psf'
and then using, e.g.,
datalist = cds_srr(mydir)
or some other command like that. I see that you have used -
cds_srr('mydir')
Please remove these single inverted commas and then try. I tested this at my end and gets the same error if I use these single inverted commas.
With Regards,
Ashish