photo

Ziggy Hoffnung

Last seen: Today Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 0

| A accepté

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a