Sujet : Re: Bad IEEE and bad Code Ocean
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.adaDate : 27. Jan 2025, 06:48:58
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vn76o9$j17u$2@dont-email.me>
References : 1
User-Agent : Pan/0.161 (Chasiv Yar; )
On Mon, 27 Jan 2025 01:59:30 +0100, Niocláisín Cóilín de Ghlostéir wrote:
MATLAB is not strongly typed so pretending that a 1d array is 2d but
making a single character typo (e.g. fft() instead of fft2()) messes up.
Python+Jupyter+NumPy/SciPy+Pandas+Matplotlib is a more productive toolkit
for that kind of stuff anyway.