photo

Chunyu Xiao


Actif depuis 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Chinese

Statistiques

MATLAB Answers

4 Questions
2 Réponses

RANG
14 515
of 300 352

RÉPUTATION
3

CONTRIBUTIONS
4 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
2

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


How to change the display scale factor of Simulink interface?
Hello there, I'm running MATLAB R2023a in Arch Linux with a HiDPI screen in 2880x1800 resolution. By default, the MATLAB inte...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


`exportgraphics` to PDF causes Java error in Arch/Manjaro Linux
Hello everyone, When I try to export the figure to PDF vector graphics, the exportgrachics function fails with Java error and g...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
for 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 ...

environ 4 ans il y a | 1

Réponse apportée
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...

environ 4 ans il y a | 0