photo

Yixin Yao


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
27,645
of 300,379

REPUTATION
1

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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
  • First Answer

View badges

Feeds

View by

Question


fimplicit gives a warning ''Function behaves unexpectedly on array inputs.''
I just wanna plot a dispersion equation according to the paper. here is my code, really simple. clc,clear all, fimplicit(@(x...

6 years ago | 1 answer | 1

1

answer

Answered
How to show the value of sym in workspace?
try the function double. syms x k = int(x^2,0,l); Kvalue = double(k); then you will see that Kvalue is value type in works...

7 years ago | 0