Community Profile

photo

Yohai


2010 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


how to extract FEM matrices from structuralModel
I created a structuralModel using createpde('structural', 'planestress') I then assign a geometry, specify coefficents, etc, ...

5年以上 前 | 0 件の回答 | 0

0

回答

送信済み


einsum
Efficiently calculates tensor contraction in any dimension. It uses MATLAB's matrix multiplication so it's parallelized and opti...

5年以上 前 | ダウンロード 14 件 |

解決済み


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 ...

約7年 前

解決済み


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:...

約7年 前

回答済み
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...

11年以上 前 | 1 件の回答 | 0

1

回答

送信済み


Skeletonization using voronoi
An efficient skeletonization (thinning) which uses the Voronoi diagram.

14年弱 前 | ダウンロード 6 件 |

Thumbnail