[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #7929] Partial Differential Equation Solve
From: |
Dongxu |
Subject: |
[Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions |
Date: |
Thu, 14 Feb 2013 17:56:17 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17 |
Follow-up Comment #12, patch #7929 (project octave):
Hi Mark,
Thank you for the code. This is an function I am desperately looking for.
While running the code, I noticed that there might be a bug: if I provide
different n values for x and t,
x = linspace (0, 1, 10);
t = linspace (0, 1, 20);
the surf function won't run because of dimension mismatch. Is there a matrix
transpose problem for the code?
-Dongxu
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?7929>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Jordi Gutiérrez Hermoso, 2013/02/06
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Jordi Gutiérrez Hermoso, 2013/02/06
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Jordi Gutiérrez Hermoso, 2013/02/06
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Mark Wistrom, 2013/02/06
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Mark Wistrom, 2013/02/11
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Mark Wistrom, 2013/02/12
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions,
Dongxu <=
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Mark Wistrom, 2013/02/14
- [Octave-patch-tracker] [patch #7929] Partial Differential Equation Solver in two dimensions, Mark Wistrom, 2013/02/14