photo

Tianyou Chen


Last seen: 4 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
115,264
of 298,572

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,619

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,704

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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....

13 years ago | 4 answers | 0

4

answers