photo

Ziggy Hoffnung

Last seen: Today 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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 0

| 採用済み

解決済み


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

7年以上 前

解決済み


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

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年以上 前

解決済み


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年以上 前