Community Profile

photo

Cybernetics


Last seen: Today Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Intel MKL ERROR when callying scipy from Matlab
The problem is solved by adding the following line to the startup file: py.sys.setdlopenflags(int32(bitor(int64(py.os.RTLD_LAZY...

10 months ago | 0

| accepted

Question


Intel MKL ERROR when callying scipy from Matlab
I am using Matlab R2023a on Ubuntu 22.04.2 LTS. If I call py.scipy.special.roots_jacobi(int8(8),1,1) I get the error message `...

10 months ago | 1 answer | 0

1

answer

Question


How vectorize this operation
I habe two vectors and with . I am implemented the following code z = rand(length(x),1);% Just some fake data to define the s...

4 years ago | 2 answers | 0

2

answers