photo

Hao Sun


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

Grad Student at UWaterloo hao_sun@live.com

统计学

MATLAB Answers

16 个提问
1 个回答

排名
37,865
of 299,784

声誉
1

贡献数
16 个提问
1 个回答

回答接受率
6.25%

收到投票数
1

排名
 of 20,803

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,909

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to stop a function after specified time?
I want to stop a function after some time without modifying it (when calling the function set a specified time) i.e. runfor10m...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to break out of loop when debugging?
I tried using the break statement, but I just get a Error: A BREAK statement appeared outside of a loop. Use RETURN instead. ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I keep all plots open?
How do I keep plots open (even when function or code finishes) and have new plots just create a new plot (not on same axis or a...

5 years 前 | 1 个回答 | 0

1

个回答

提问


linprog example returns empty vector (when it should return 0.6667 1.3333)
Running this example https://www.mathworks.com/help/optim/ug/linprog.html#buus0qo-2 just gives me x =[] what gives I should ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


elliptic curves and finite fields in Matlab
Hi, How to work over finite fields in matlab? Finding inverses also algebraic closure of finite fields. Also how to work wit...

6 years 前 | 2 个回答 | 1

2

个回答

提问


Matlab simplify Proof do not understand output
Inputing simplify((( x^3+a*x+b) -(y^3+a*y+b) )^2/(x-y)^4) ans = (x^2 + x*y + y^2 + a)^2/(x - y)^2 feval(symengine,'Simpli...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Whats going on with Mupad here ???
Is it calculating? hard to understand as matlab could produce the simplified expression in seconds but Mupad is stuck here li...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
Mupad orange text vs black text
Can I get rid of this feature??? I can't imagine any situation this would be useful, and

6 years 前 | 0

提问


Mupad orange text vs black text
What is blacktext in Mupad and why isn't my code working? p.s. what to do when mupad gets all Not connected on me when I enter ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Mupad simplify Invalid argument of type 2
Mupad simplify((( x^3+a*x+b) -(y^3+a*y+b) )^2/(x-y)^4, OutputType="Proof") Error: Invalid type of argument number 2. Evalua...

6 years 前 | 1 个回答 | 0

1

个回答

提问


sym x returns error symbolic math toolbox is installed
x = sym('x') Error using sym (line 186) Invalid MEX-file 'C:\Program Files\MATLAB\R2019a\toolbox\maple\maplemex.mexw64'...

6 years 前 | 1 个回答 | 0

1

个回答

提问


square roots mod p also mupad functionality
I've never used mupad before I think but whats with that? like whats the easiet way to take square roots mod p this https:/...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Is there a way to obtain all cycles of a directed graph similar to all_simple_cycles() in sage?
Is there a way to obtain all cycles of a directed graph similar to all_simple_cycles() in sage? http://doc.sagemath.org/html/e...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Are there any codes to generate planar graphs in matlab or are there any large collections of planar graphs in matlab?
Are there any codes to generate planar graphs in matlab or are there any large collections of planar graphs in matlab? When pos...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Are there matlab codes to compute cycle spaces of graphs?
Are there matlab codes to compute cycle spaces of graphs and digraphs in matlab?

8 years 前 | 6 个回答 | 0

6

个回答

提问


Are there any codes to generate planar graphs?
Does anyone know of any code to generate planar graphs in Matlab?

8 years 前 | 1 个回答 | 0

1

个回答

提问


what does ... do in matlab?
I have a code that begins function [Aprojeigbnd,upperAbnd,n,Ecard,cputimeprojeigbnd,cputimeupper]=... newV0...

9 years 前 | 1 个回答 | 0

1

个回答