photo

Yohai


Active since 2010

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

2 Questions
1 Answer

File Exchange

2 Files

Cody

0 Problems
2 Solutions

RANK
11,082
of 300,508

REPUTATION
4

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
3,089 of 21,019

REPUTATION
530

AVERAGE RATING
4.80

CONTRIBUTIONS
2 Files

DOWNLOADS
7

ALL TIME DOWNLOADS
4878

RANK
81,390
of 169,435

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

Submitted


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

7 years ago | 4 downloads |

4.5 / 5

Solved


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

8 years ago

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

11 years ago | 0

| accepted

Question


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

13 years ago | 1 answer | 0

1

answer

Submitted


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

15 years ago | 2 downloads |

4.75 / 5
Thumbnail