Sparse sub access
This package allows to retrieve and assign values of sparse matrix in one shot.
Author: Bruno Luong
Very good!!!! It works well for building global stiffness matrices for finite element computations. While building my stiffness matrices I currently do the following
val = getspvalmex(A_global, Ic, Jr);
A_global = setspvalmex(A_global, Ic, Jr, val+X);
Bruno...Is there any other way your code can be used to get this done??
Very good tool John. Unfortunately when used to have two color maps and colorbars on the same plot is seems to change my surface plot colors to those that match the OpenGL renderer.. The colorbars are ok it's just that little hick up... Any suggestions on a fix????
Oh.. Liam I'd like to get my hands on your quick fix as well..