mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix broken links, use https over http, replace redirects
This commit is contained in:
parent
c4e0881d07
commit
0ef1f95978
33 changed files with 115 additions and 114 deletions
|
|
@ -54,7 +54,7 @@ Getting Data into MATLAB
|
|||
There is currently no front-end utility to dump tally data to MATLAB files, but
|
||||
the process is straightforward. First extract the data using the Python API via
|
||||
``openmc.statepoint`` and then use the `Scipy MATLAB IO routines
|
||||
<http://docs.scipy.org/doc/scipy/reference/tutorial/io.html>`_ to save to a MAT
|
||||
<https://docs.scipy.org/doc/scipy/reference/tutorial/io.html>`_ to save to a MAT
|
||||
file. Note that all arrays that are accessible in a statepoint are already in
|
||||
NumPy arrays that can be reshaped and dumped to MATLAB in one step.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue