문제를 풀었습니다


Count ones
Write a program to count number of ones (1s) in an integer variable input. For example: Input x=2200112231 output y=3 I...

4년 초과 전

문제를 풀었습니다


Complex number
For complex number c=a+bi, write code that will add a and b together.

4년 초과 전

제출됨


Implementation of C1 FEM
Detailed implementation of Bogner-Fox-Schmit elements.

거의 5년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Hyper elasticity with a non-penetration condition
A 2D FEM solver based on an energy minimisation formulated in C^1 deformation including a new non-penetration term.

거의 5년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Element-based Solvers
2D Poisson's solver using only local FEM matrices without the global matrix assembly.

대략 5년 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

5년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

5년 초과 전

질문


Is there any gradient descent method available?
We are working on the optimization of nonconvex energies in mechanics of solid (see the attached picture) resulting from the fin...

5년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5년 초과 전

문제를 풀었습니다


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

5년 초과 전

제출됨


Evolutionary model for shape memory alloys
Software for a new article - more details later

5년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Fast elastoplastic FEM assembly
Vectorized assembly of FEM matrices and including complete calculations of elastoplasticity benchmarks.

5년 초과 전 | 다운로드 수: 4 |

Thumbnail

제출됨


Fast FEM assembly: nodal elements
Vectorized assembly of FEM matrices.

5년 초과 전 | 다운로드 수: 7 |

Thumbnail

제출됨


Fast FEM assembly: edge elements
Vectorized assembly of FEM matrices.

5년 초과 전 | 다운로드 수: 5 |

Thumbnail

제출됨


Computation of the Friedrichs and Poincare constants in 2D/3D
Computation of Friedrichs and Poincare constants in 2D/3D from generalized eigenvalue problems.

거의 6년 전 | 다운로드 수: 4 |

Thumbnail

질문


Matlab Exchange - More authors to one contribution
We are three persons in a team finishing up a Matlab package to upload. I already have an account, but my colleagues not. If the...

대략 6년 전 | 답변 수: 2 | 1

2

답변

제출됨


Error identities for variational problems with obstacles
Calculaton of Error identities for variational problems with obstacles

6년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Continuum undergoing combined elasto-plasto-damage transformation.
Time-dependent evolution of the continuum undergoing combined elasto-plasto-damage transformation.

거의 7년 전 | 다운로드 수: 7 |

Thumbnail

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

거의 7년 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

거의 7년 전

문제를 풀었습니다


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

거의 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년 전

제출됨


Lagrange polynomial and its subpolynomials
Construction of the Lagrange interpolation polynomial from its definition.

대략 7년 전 | 다운로드 수: 1 |

Thumbnail

질문


vectorization of anonymous function?
I managed to vectorize the function below using inline command: u_function=inline(vectorize('sin(x*y*z^2)'),'x','y','z') x=[...

7년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


Two-phase obstacle problem in 2D and its aposteriori error estimate
Calculation of two-phase obstacle problem in 2D and its a posteriori error estimate

7년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Edges generation
Algorithm generates edges of a conforming 2D/3D triangulation.

7년 초과 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Quadrature of the absolute value of a function
Quadrature of the absolute value of a function

대략 8년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Two-phase obstacle problem in 1D and its aposteriori error estimate
Calculation of two-phase obstacle problem and its a posteriori error estimate

대략 8년 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
fill3 command working strangely?
Additinally, I also notice that replacing both commands fill3(X,Y,Z,Z) by patch(X,Y,Z); result in the same issu...

대략 8년 전 | 0

더 보기