photo

Zeyuan


Last seen: 19일 전 2025년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
296,502
of 300,765

평판
0

참여
12 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
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)...

3개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 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개월 전 | 답변 수: 1 | 0

1

답변