![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8607215_1551187028711_DEF.jpg)
min lee
Followers: 0 Following: 0
Statistiques
14 Questions
0 Réponses
RANG
105 438
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
57.14%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
Feeds
Question
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...
4 mois il y a | 4 réponses | 0
4
réponsesQuestion
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...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
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, ...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
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...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
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?...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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?
10 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
10 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
10 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
10 mois il y a | 1 réponse | 0
0
réponseQuestion
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 ...
11 mois il y a | 1 réponse | 0
0
réponseQuestion
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 ...
11 mois il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ un an il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 3 ans il y a | 2 réponses | 0