LEADER 03645nmm a2200529 u 4500
001 EB001952883
003 EBX01000000000000001115785
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781439869048 
020 |a 1439869049 
050 4 |a QA297 
100 1 |a Altman, Yair M. 
245 0 0 |a Undocumented secrets of MATLAB-Java programming  |c Yair Altman 
260 |a Boca Raton, FL  |b CRC Press  |c 2012 
300 |a xxi, 640 pages, 16 unnumbered pages of plates  |b illustrations (some color) 
505 0 |a Includes bibliographical references and index 
653 |a Programming languages (Electronic computers) / fast 
653 |a MATLAB. / http://id.loc.gov/authorities/names/n92036881 
653 |a MATHEMATICS / Numerical Analysis / bisacsh 
653 |a Numerical Analysis, Computer-Assisted 
653 |a Programming Languages 
653 |a MATHEMATICS / Number Systems / bisacsh 
653 |a COMPUTERS / Programming / Algorithms / bisacsh 
653 |a Programming languages (Electronic computers) / http://id.loc.gov/authorities/subjects/sh85107313 
653 |a MATLAB / fast 
653 |a Java (Computer program language) / fast 
653 |a COMPUTERS / Computer Engineering / bisacsh 
653 |a Java (Langage de programmation) 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
653 |a Numerical analysis / Data processing 
653 |a Numerical analysis / Data processing / fast 
653 |a Analyse numérique / Informatique 
653 |a Langages de programmation 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1201/b11496 
776 |z 1439869049 
776 |z 9781439869048 
776 |z 1439869030 
776 |z 9781439869031 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781439869048/?ar  |x Verlag  |3 Volltext 
082 0 |a 510 
082 0 |a 518.0285/53 
082 0 |a 620 
520 |a "Preface The Matlab programming environment uses Java for numerous tasks, including networking, data-processing algorithms, and graphical user-interface (GUI). Matlab's internal Java classes can often be easily accessed and used by Matlab users. Matlab also enables easy access to external Java functionality, either third-party or user-created. Using Java, we can extensively customize the Matlab environment and application GUI, enabling the creation of very esthetically pleasing applications. Unlike Matlab's interface with other programming languages, the internal Java classes and the Matlab-Java interface were never fully documented by The MathWorks (TMW), the company that manufactures the Matlab product. This is really quite unfortunate: Java is one of the most widely used programming languages, having many times as many programmers as Matlab. Using this huge pool of knowledge and components can significantly improve Matlab applications. As a consultant, I often hear clients claim that Matlab is a fine programming platform for prototyping, but is not suitable for real-world modern-looking applications. This book aimed at correcting this misconception. It shows how using Java can significantly improve Matlab program appearance and functionality and that this can be done easily and even without any prior Java knowledge. In fact, many basic programming requirements cannot be achieved (or are difficult) in pure Matlab, but are very easy in Java. As a simple example, maximizing and minimizing windows is not possible in pure Matlab, but is a trivial one-liner using the underlying Java codeʹ:"--Provided by publisher