
Chunyu Xiao
MATLAB
Spoken Languages:
Mandarin
Statistics
RANK
16,976
of 258,223
REPUTATION
2
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 17,799
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110,372
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
Content Feed
Question
How to change the default style of bode/bodemag/bodeplot?
Hello there, Background: Some of MATLAB default properties can be changed by using syntax like set(groot, Name, Value). Wroking...
2 months ago | 1 answer | 0
1
answerQuestion
Incorrect logarithmic axes after setting 'defaultAxesNextPlot' to 'add'.
Hello there, I want to set default groot properties to simplify plot procedure. However, when I run set(groot,'defaultAxesNextP...
3 months ago | 0 answers | 0
0
answersfor eqn y=x^2 +bx +c, I have a known variable matrix for y. How can I find the value of x for corresponding different value of y in matrix?
You can use roots to solve the problem: % example b = 2; c = -3; N = 50; y = (1:N)'; x = zeros(N,2); for k = 1:N ...
8 months ago | 1
Matlab install fails on Manjaro.
Hi, After such a long time, I hope you have solved this problem. I use Manjaro Linux too, and have met the same problem as you...
8 months ago | 0