Community Profile

photo

Sven


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Solver
  • First Review

View badges

Feeds

View by

Answered
Matlab 2019a pyenv.Library empty when using Python 2.7
I managed to solve my problem using sudo apt-get install python3.8-dev. Maybe you can solve the 2.7 case in the same manner usin...

1 year ago | 0

| accepted

Answered
how do I let matlab use a specific python3 version?
I managed to solve it by installing the -dev version of python3.8: sudo apt-get install python3.8-dev

1 year ago | 0

| accepted

Question


how do I let matlab use a specific python3 version?
I am running Ubuntu 18 and Matlab R2022b. My Ubuntu does not like to have a different default python3 than python3.6 (it then gi...

1 year ago | 1 answer | 0

1

answer

Solved


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

1 year ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago

Question


will lasFileWriter become available for Compiler in the future?
when using Application Compiler on a script that includes lasFileWriter I get the following error: Warning: Excluded "/usr/loca...

1 year ago | 1 answer | 0

1

answer