photo

Zeyuan


Last seen: 15 days 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
296,503
of 300,750

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


What is the difference between different ways to do least square
Here I encounter this problem of using different ways to do least square. And I got different results (some are quite different)...

2 months 前 | 1 个回答 | 0

1

个回答

提问


How Do I make this plot faster?
I am trying to make this plot, but it is taking too much time. How do I make this plot faster? Fs = 2500; % Hz t =...

3 months 前 | 1 个回答 | 0

1

个回答

提问


why does set(gca) not working
I am trying to set the axis label's font size. Here is my code %% This section of code plots the k-means cost as a function of ...

3 months 前 | 2 个回答 | 0

2

个回答

提问


find() function indexing seems confusing
I am writing the code where I want to find the min distance from each point to cluster and the cluster they are assigned to. A s...

3 months 前 | 0 个回答 | 0

0

个回答

提问


matlab does not generate pdf
When I am trying to generate the pdf using the code publish('Lab1.m','pdf') It gives me this error: 错误使用 mlreportgen.re.int...

4 months 前 | 2 个回答 | 0

2

个回答

提问


bessel funtion drawing problem part two
I am trying to draw the Neumann Bessel Function. I understand why I need to use harmonic function to draw the Y0(x), but why can...

9 months 前 | 1 个回答 | 0

1

个回答

提问


Drawing Bessel function is not possible in that it give me an error
I need to draw First kind of Bessel Function. I have provided the following code but it does not work. %Bessel polynomial %Be...

9 months 前 | 2 个回答 | 0

2

个回答

提问


syms does not work
I have been trying to get my syms to work. Here is my code: syms x f=2*x int(f,x) However, Here is the error I got: 错误使用 mu...

10 months 前 | 0 个回答 | 0

0

个回答

提问


Why matlab is not as intelligent as python
I used python before and when I add #titile to the python and I press Alt+3 to uncomment, it will not uncomment this becaus...

11 months 前 | 1 个回答 | 0

1

个回答

提问


Matlab spdiags function not do what I expect
B=[1 2 3;4 5 6;7 8 9;10 11 12] d=[-3 0 2]; A=spdiags(B,d,4,7); %主对角线之下的对角线溢出时候,取最后一个值 B=spdiags(B,d,7,4); %主对角线之上的对角线溢出时候...

11 months 前 | 1 个回答 | 0

1

个回答

提问


Matlab sparse matrix does not come out as I would expect
This is my code: S=sparse([1 3 2 1 4],[3 1 4 1 4],[1 2 3 4 5],4,4) full(s) However, when I run it, I get: 'S = (1,1) ...

11 months 前 | 1 个回答 | 0

1

个回答

提问


matlab Ctrl-R not working to running the program
I wanted to update the preferences, especially the shortcut. So I wanted to change shortcut of comment to Alt-3 instead of Ctrl-...

11 months 前 | 1 个回答 | 0

1

个回答