Feeds
질문
Packaging failed in deploytool
Hi all, In deplytool, after building the exe, I tried to package the results (included the MCR). The packaing started and the...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Compiled standalone will not run properly
Hi all, I am using R2013a (compiler 4.18.1) to compile a standalone program. after the compilation, I can run the .exe on the...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Stand alone excutables runs ok in the directory it was mcced but not in another directory
Hi All, I am trying to build an standalone exe from a very simple function. I had problems with the paths before so I include...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there a way to label a plot with angled text?
I would like to know if there is a way to label the axes of a plot with angled texts so that they do not crowd out each other? ...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Why the sums of cos(x) over 2*pi range not zero?
when evaluating the following codes: t = linspace(-pi,pi,128); s = sin(t); c = cos(t); sum(s), sum(c) ans = 6....
12년 초과 전 | 답변 수: 4 | 0