photo

Ziggy Hoffnung

Last seen: Today Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

alrededor de 1 mes hace | 0

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

alrededor de 1 mes hace | 0

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

alrededor de 1 mes hace | 0

| aceptada

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace