Problem with pdeInterpolant matlab function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I am trying to interpolate the logarithm of a solution of an EDP using the matlab pdeInterpolant function, but I get the following error message:
Error using pdeInterpolant
Argument "u" contains values that are not valid doubles.
Error in Test13 (line 13)
F = pdeInterpolant(p,t,log(abs(u)));
I have attached the code I was using here.
Can someone help me please.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!