1. Is there any equivalent to org-update-all-dblocks for the source blocks?
DocumentationCall org-babel-execute-src-block on every source block in
the current buffer.
2. I want to export the org file to latex, in the current setting
the source blocks are also exported. I tried
#+begin_src matlab :results output raw :eval never-export
but it did not help.