Statistica
RANK
14.520
                          
                          
of 300.381
                        
REPUTAZIONE
3
                           
                        
CONTRIBUTI
                          4 Domande
                          2 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            50.0%
                        
VOTI RICEVUTI
2
RANK
of 168.477
CONTRIBUTI
                            0 Problemi
                            0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
`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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 1
1
rispostafor 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 ...
circa 4 anni fa | 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...
circa 4 anni fa | 0

