min lee
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
92.528
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
set the tick format of y axis
How can I set the format of the ticks of the y axis? I want to change the upper one to the lower one, as the former is too wid...
alrededor de 2 meses hace | 4 respuestas | 0
4
respuestasPregunta
setting the yticklabels with $10^{-2}$ appearing at the top
I want the y axis to be labelled as But I actually got The problem is that the ticklabels are too wide. How can I make it...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
is matlab automatically updating xlim and ylim?
The code to put the text at the wanted location is as follows: XL=xlim; YL=ylim % str = strcat("E_{ex}=",num2str(exac...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to make sure that the horizontal axes of two figures align?
I have two figures, which I want to put side by side in my thesis. These two figures have different x and y labels and ticks, ...
6 meses hace | 2 respuestas | 0
2
respuestasPregunta
what kind of plot is useful for comparing two matrices?
I have two 5*5 matrices. I want to use a plot to show that they are close element-wise. What plot is suitable? I think the p...
6 meses hace | 2 respuestas | 0
2
respuestasPregunta
eigs with complex hermitian matrix, should I set opts.issym to 1?
If the matrix is real and symmetric, I guess it is safe to set opts.issym = 1. But what if the matrix is complex and hermitian?...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
what does the vertical line in the editor window mean?
I notice that in the editor window, there is a vertical ruler. What is the purpose of this vertical line?
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
function handle with input parameters
I need to invoke the 'eigs' function to calculate the lowest eigenvalue of a hermitian matrix, which I do not construct explicit...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to just set the lower limit of the y-axis?
I just want to set the lower limit of the y-axis to zero. But with 'ylim', I have to also set the upper limit, which I do no...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
what is the extra data in a dictionary?
When a matrix is converted to a dictionary, the memory assumption increases as demonstrated below. What is the extra data in a d...
8 meses hace | 0 respuestas | 0
0
respuestasPregunta
why is dictionary introduced so later in matlab?
I have been using matlab since 2006, but I have never heard of the dictionary structure untile recently when I started learning ...
8 meses hace | 0 respuestas | 0
0
respuestasPregunta
using global variables to avoid passing by value
It is often heard that using global variables is a bad practice. However, personally, I often declare some variable as global ...
8 meses hace | 2 respuestas | 0
2
respuestasPregunta
Matlab should introduce functions like ‘’abs2‘’
Now matlab has only the function 'abs'. In many case, I need not abs but abs2. The function abs2 is a inbuilt function in ...
12 meses hace | 0 respuestas | 0
0
respuestasPregunta
use of svds with function handles
I want to do singular value decomposition of a matrix A, which is very big but simply structured. Specifically, it is a rank-2 m...
alrededor de 3 años hace | 2 respuestas | 0