Prime2 exception error while tabbing through vector
- January 12, 2013
- 4 replies
- 7979 views
I came across that error while working on a worksheet in another thread here.
I do not have that much experience an I coul not find a way to look at the elements of a vector or matrix which are not displayed (that is more than the first eleven). I am missing the scrollbar and a way to resize that region.
When I try to go from one value to the next with the Tabulator key, whenever I try to go beyond the eleventh value I get an exception error.
Is it a Prime error or is my installation faulty?
Windows XP SP3, 1GB RAM 😞

Excerpt of the log file:
Exception data:
System.Object:
System.ArgumentException: There must be exactly rows x cols (15) but there were 12
at Ptc.Matrices.MatrixHelper.AddRow[T](Int32 rowToAdd, Int32 rows, Int32 cols, T[] elements, DelegateFunction0`1 createDefaultElement)
at Ptc.EquationEditor.Equation.EquationModel.ae.a(Direction A_0, Boolean A_1)

