photo

Zeyuan


Last seen: 27 days ago Active since 2025

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
95,852
of 298,313

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 20,563

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,817

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 2

View badges

Feeds

View by

Question


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

27 days ago | 1 answer | 0

1

answer

Question


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

27 days ago | 2 answers | 0

2

answers

Question


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

1 month ago | 0 answers | 0

0

answers

Question


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

3 months ago | 1 answer | 0

1

answer

Question


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); %主对角线之上的对角线溢出时候...

3 months ago | 1 answer | 0

1

answer

Question


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

3 months ago | 1 answer | 0

1

answer

Question


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

3 months ago | 1 answer | 0

1

answer