Converting Matlab code to mathematical equations

조회 수: 47 (최근 30일)
Oliver
Oliver 2014년 5월 2일
댓글: manoj subedi 2016년 9월 29일
Hi,
I understand that it is possible to convert mathematical equations to code usable in Matlab, but is there a simple method for exporting sections of code as mathematical equations, for use in a manuscript for example?
Thanks!
  댓글 수: 2
Azzi Abdelmalek
Azzi Abdelmalek 2014년 5월 2일
편집: Azzi Abdelmalek 2014년 5월 2일
What do you mean? Give an example
manoj subedi
manoj subedi 2016년 9월 29일
For all $r\in\Q\cap [0,1)$, set $N_{r} = I_{r}\cup II_{r}$, since $$I_{r} = \{x+r\ |\ x\in E\cap [0,1-r)\}\ \text{e}\ II_{r}=\{x+r-1\ |\ x\in E\cap [1-r,1)\}.$$
Note that $N_{r}$ i Lebesgue-mensurable, because $I_{r}$ is tranlation of $E\cap [0,1-r)$ and $II_{r}$ is tranlation of $E\cap [1-r,1)$ that are Lebesgue-mensurable. In addition, for each $r\in [0,1)\cap\Q$, $$m(N_{r}) = m(I_{r}\cup II_{r}) = m(I_{r}) + m(II_{r}) = m(E\cap [0,1-r)) + m(E\cap [1-r,1)) = m(E).$$
Yet, if $m(E)>0$, then $$m\left(\bigcup_{r\in\Q\cap [0,1)} N_{r}\right) = \sum_{ r\in\Q\cap [0,1)} m(N_{r}) = \sum_{ r\in\Q\cap [0,1)} m(E) = +\infty .$$
But in the other hand, $$\bigcup_{r\in\Q\cap [0,1)} N_{r}\ \subset\ [0,1)\Rightarrow\ m\left(\bigcup_{r\in\Q\cap [0,1)} N_{r}\right) \leq 1,$$ what is a contradiction.
Soon, $m(E)=0$.So now need to convert in to formulas. Can you help?

댓글을 달려면 로그인하십시오.

답변 (2개)

Eustace Tan
Eustace Tan 2014년 5월 2일
편집: Eustace Tan 2014년 5월 2일
Perhaps you mean something like LaTeX?

Star Strider
Star Strider 2014년 5월 2일
The Symbolic Math Toolbox Code Generation functions can create Tex or LaTeX representations of symbolic expressions.

카테고리

Help CenterFile Exchange에서 LabVIEW에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by