Feeds
질문
how to extract FEM matrices from structuralModel
I created a structuralModel using createpde('structural', 'planestress') I then assign a geometry, specify coefficents, etc, ...
대략 6년 전 | 답변 수: 0 | 0
0
답변제출됨
einsum
Efficiently calculates tensor contraction in any dimension. It uses MATLAB's matrix multiplication so it's parallelized and opti...
6년 초과 전 | 다운로드 수: 6 |
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
거의 8년 전
문제를 풀었습니다
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:...
거의 8년 전
답변 있음
An expression for choosing a value from the array automatically
The function choose=@(arr) arr(ceil(rand*length(arr))) chooses a random element of a vector. For example choose([1 ...
An expression for choosing a value from the array automatically
The function choose=@(arr) arr(ceil(rand*length(arr))) chooses a random element of a vector. For example choose([1 ...
10년 초과 전 | 0
| 수락됨
질문
Syntax highlighting stops working when typing Hebrew letters
I use MATLAB R2012a on Fedora 16. The syntax highlighting works well, but when I return to the office after leaving MATLAB op...
12년 초과 전 | 답변 수: 1 | 0
1
답변제출됨
Skeletonization using voronoi
An efficient skeletonization (thinning) which uses the Voronoi diagram.
14년 초과 전 | 다운로드 수: 4 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/27543/versions/7/screenshot.png)