photo

Ziggy Hoffnung

Last seen: Today Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Statistica

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

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

circa un mese fa | 0

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

circa un mese fa | 0

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

circa un mese fa | 0

| accettato

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa