simos421 / CST-MATLAB-API

CST-MATLAB-API
GNU General Public License v3.0
209 stars 59 forks source link

Plotting the S1,1 in Matlab #7

Closed hisyammazmi closed 3 years ago

hisyammazmi commented 3 years ago

Hello, I was running the microstrip example and Matlab returned these errors after the simulation is done in CST

image

I have not changed any parameters and lines, any idea what might caused it?

Best regards,

Hisyam

simos421 commented 3 years ago

Yes check if you changed all the paths to folders according to your computer's paths Br Simos

On Tue, 25 May 2021 at 18:43, hisyammazmi @.***> wrote:

Hello, I was running the microstrip example and Matlab returned these errors after the simulation is done in CST

[image: image] https://user-images.githubusercontent.com/74221351/119527066-2ce18800-bdaa-11eb-88b8-6590994d99b6.png

I have not changed any parameters and lines, any idea what might caused it?

Best regards,

Hisyam

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simos421/CST-MATLAB-API/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAISONEAUPRYBEACG3IFZ3TPPASPANCNFSM45PU37SA .

hisyammazmi commented 3 years ago

yes it works now, thank you

and also when I tried to use my own parameters (like the width and length of the patch) and it rounds up the value, and I had to change the line in Cstbrick.m from int2str to num2str

Again, thank you for the code, it really helps!