var fDesc=new Array(); fDesc[0] = "MATLAB is the language of technical computing at leading engineering and science companies and the standard software at more than 5000 universities worldwide.
Get Student Version, the essential tool for your courses in engineering, math, and science.
Student Version includes R2011a versions of nine products, and runs on Windows, Mac, and Linux. Complete documentation is included on the DVD."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }