photo

Chunyu Xiao


Aktiv seit 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Chinese

Statistik

MATLAB Answers

4 Fragen
2 Antworten

RANG
14.173
of 297.503

REPUTATION
3

BEITRÄGE
4 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
2

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 1 Antwort | 1

1

Antwort

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

mehr als 3 Jahre vor | 1

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

mehr als 3 Jahre vor | 0