photo

Ziggy Hoffnung

Last seen: 대략 1개월 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Inquiry with Modeling Hydrogen Diffusion Through Palladium Filters in MATLAB
For details on the equations which PDE Toolbox can solve, see this link: https://www.mathworks.com/help/pde/ug/equations-you-ca...

4개월 전 | 0

답변 있음
How do you apply a rotating (in time) 2d gaussian function to a round plate with a center hole, my script does not seem to rotate the function?
Torsten's answer resolved the question: Did you check state.time, location.x and location.y in your function ? My guess is that...

4개월 전 | 0

답변 있음
Error in applyBoundaryCondition: symmetry boundary condition
As Torsten said: How would I set a boundary condition at the interior point? As said: You can't (and you don't need to) if yo...

4개월 전 | 0

| 수락됨

문제를 풀었습니다


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

거의 8년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

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

문제를 풀었습니다


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

거의 8년 전