
Tim Lueth
Technical University Munich
Scientist Professional Interests: Automatic Design of Mechanism and Robot Design Disposable Printable Robots and Mechanisms
Statistics
RANK
17,304
of 262,754
REPUTATION
2
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
2,950 of 17,989
REPUTATION
507
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
25
ALL TIME DOWNLOADS
2482
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Matlab and 'sandbox' process Peak CPU Usage in macOS Big Sur
The problem occurs frequently, even in 11.6.2 (Big Sur) with 2021b. I agree with Raphaël Nussbaumer that stopping the spindump t...
8 months ago | 0
Submitted
SG-Lib-Matlab-Toolbox
Solid Geometry Library Toolbox: Create Surface Models, Export for 3D Printing, Import from CAD-Systems, Robotics, Mechanisms
10 months ago | 25 downloads |

How to get creation date of files
On Mac OSX (tested 2019-01-29 using Mojave and Matlab R2018a) use: [a,b]=system('GetFileInfo myfile.m'); s=strfind(b,'created: ...
3 years ago | 1
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
4 years ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
6 years 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:...
6 years ago