Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello everyone
I want use array in solve block.
I attached file "test2".
But I have "pattern match exception" error...
I also try without array.
I attached file "test1"
I have also error, but I can use this result.
Please advise on this difference.
Solved! Go to Solution.
Unfortunately a solve block won't work with vector elements.
BTW, why use symbolic evaluation and why are you stripping the units?
Guess its faster an better to use numerics with units:
Unfortunately a solve block won't work with vector elements.
BTW, why use symbolic evaluation and why are you stripping the units?
Guess its faster an better to use numerics with units:
Hello Werner_E san
It is a pity that arrays cannot be used in solve blocks.
This solve block result is used to find the frequency and
some component values in another solve block later.
(1) Make it look simple I thought I used an array.
(2) In order to obtain variables including units
with different frequencies and component constants
in the solve block at the latter stage,
the unit is intentionally omitted.
Thanks