simos421 / CST-MATLAB-API

CST-MATLAB-API
GNU General Public License v3.0
212 stars 60 forks source link

i am getting reshape error again and again when i am changing frequency range...? #11

Closed Sarvesh178 closed 2 years ago

Sarvesh178 commented 2 years ago

plz reply sir i need help in this case

sir for different unit cells different frequency range is there S11 data is getting exported fine .....

sir i have to reshape the S11 values to 1 row multiple columns so that i can store S11 values to excel sheet

Sir in S11 ASCII file Data i checked there were 1001 rows So it was direct to use commands Sparameters=S11(:,2) Reshape(Sparameters,[1,1001])

But when I am changing frequency range number of rows are getting increased to 1107... There is any way to control no of samples in frequencydomainsolverfunction

how it is possible?

simos421 commented 2 years ago

Friend, this is simple matrix calculations in matlab. Just google it please or ask your supervisor

On Wed, 18 May 2022 at 15:31, Sarvesh178 @.***> wrote:

plz reply sir i need help in this case

sir for different unit cells different frequency range is there S11 data is getting exported fine .....

sir i have to reshape the S11 values to 1 row multiple columns so that i can store S11 values to excel sheet

how it is possible?

— Reply to this email directly, view it on GitHub https://github.com/simos421/CST-MATLAB-API/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAISOKQHCDZ7W7AOITLGDLVKTPI3ANCNFSM5WIJ3GKA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sarvesh178 commented 2 years ago

plz check above comment There is any way to control no of samples in frequencydomainsolverfunction