Yang Shen
Followers: 0 Following: 0
Statistics
RANK
19,248
of 295,527
REPUTATION
2
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Feeds
Question
weird error when run simulinlk
when I run the below simulink program, there is a error: 'Domain error. To compute complex results, make at least one input comp...
5 years ago | 1 answer | 0
1
answerQuestion
std:exception: Value of setting could not be read
When I try to start MATLAB, I get this Fatal Error On Startup dialog: std:exception: Value of setting could not be read. Does a...
5 years ago | 1 answer | 0
1
answerQuestion
how to get the last row of a matrix in simulink
how to get the last row of a 2-D matrix in simulink without knowing the matrix's size?(matrix size is variable)
5 years ago | 1 answer | 0
1
answerCan anyone help in generating 50 uniformly distributed points in a rectangular area given in following rectangular area?
r1 = randi(imax,150,100);
5 years ago | 0
Question
how to plot with a or two breaking poing on x axis?
as shown in the below picture, on x axis, there is a point from x = 5 to x = 108? how to do this using matlab? Many Thank!
5 years ago | 1 answer | 0
1
answerQuestion
How to change the state to 'busy' in the left corner when running an app?
How to change the state to 'busy' in the left corner when running an app? so I can sure that the app is running.
5 years ago | 1 answer | 0
1
answerQuestion
how to see the code in .fig file got from GUIDE
After creating a gui from GUIDE, there will be two files, one is .fig and the other is .m. I want to know and learn how to get...
5 years ago | 2 answers | 0
2
answersQuestion
When use function syms to create symbolic variables, MATLAB shows 'NaN/Inf breakpoint hit for mat2str.p on line 164.'
>> syms A B C D X NaN/Inf breakpoint hit for mat2str.p on line 164. 167 elseif (matrix(i,j) == -Inf)
6 years ago | 1 answer | 0