Chunyu Xiao
Followers: 0 Following: 0
MATLAB
Spoken Languages:
Chinese
Estadística
4 Preguntas
2 Respuestas
CLASIFICACIÓN
13.328
of 295.448
REPUTACIÓN
3
CONTRIBUCIONES
4 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
`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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 1
1
respuestafor 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 ...
alrededor de 3 años hace | 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...
alrededor de 3 años hace | 0