![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8496750_1585620225895_DEF.jpg)
Yoshio Watanabe
MathWorks
Followers: 0 Following: 0
Yoshio Watanabe works as a Consultant at MathWorks.
Feeds
已提交
Stl-Scale-Changer
The STL Scale Changer streamlines the process of directly changing the scale of STL files within a specified folder. For instanc...
10 months 前 | 6 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f70d2bfd-4f05-4515-8e83-c87d0820df3a/c8eaa0c2-c76d-4af2-a875-819c45b10872/images/1714439684.png)
已提交
Stl-Resolution-Reducer
The STL Resolution Reducer streamlines the process of decreasing the number of faces in STL files, enabling smoother animations ...
10 months 前 | 2 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/3f779fb9-fb1a-4023-8b30-1be13f189654/01614f93-7c07-414d-8978-b3cf4868a5bc/images/1713406976.png)
已解决
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
1 year 前
已解决
Replace Nonzero Numbers with 1
Given the matrix x, return the matrix y with non zero elements replaced with 1. Example: Input x = [ 1 2 0 0 0 ...
3 years 前
已解决
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:...
3 years 前
已解决
Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...
4 years 前