Mark Stone
Mark L. Stone
Followers: 0 Following: 0
Estadística
15 Preguntas
9 Respuestas
CLASIFICACIÓN
3.858
of 295.467
REPUTACIÓN
14
CONTRIBUCIONES
15 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Different colors for different text in a single textbox
Is it possible to have different colors for different text in a single text box? For example, 1st line of text is black 2nd ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to determine how many random numbers were generated, using Mersenne twister?
I want to use Mersenne Twister to generate 2 sets of random numbers using common seed, and want to determine which of these sets...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use text command with text left of xline and \rightarrow pointing to xline? Easy to place text right of xline with \leftarrow pointing from beginning of text to xline.
plot(1:5,1:5);hold on;xline(2); % Next line works as intended if want text right of xline with arrow pointing left to xline te...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
"Column Vector" XTick labels
Consider the following plot: plot(0:2,2-(0:2),'*'),xticks([0 1 2]),xticklabels({'(0,2)','(1,1}','(2,0)'}) I want to keep the "...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to create N+1 dimensional array by taking exterior product of 1st dimension of two N dimensional arrays?
I would like to efficiently create an N+1 dimensional array C, whose first 2 dimensions are the exterior product of the 1st dime...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Processing of NaN or Inf function evaluations by fminbnd
How are NaN or Inf function evaluations handled by fminbnd? Per https://www.mathworks.com/help/matlab/ref/fminbnd.html , the d...
más de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
MATLAB Mobile under BlackBerry Classic OS 10.3.2
Should the Android version of MATLAB Mobile work on a BlackBerry Classic running OS 10.3.2? Are there any issues? Is the (a) M...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
rank and null of sparse matrix not allowed without using full
Consider the following, where A has the sparse matrix attribute. >> rank(A) Error using svd Use svds for sparse singu...
más de 9 años hace | 1 respuesta | 0
1
respuestaINTLAB download for free,how?
INTLAB used to be free of charge. It is no longer free.
más de 9 años hace | 0
Pregunta
Killing a (mex) Function When It Doesn't Respond to Ctrl-C or Ctrl-Break Under WIN64
Is there a way to kill a (mex) function running in MATLAB and which doesn't respond to Ctrl-C or CTrl-Break, other than by killi...
más de 9 años hace | 3 respuestas | 0
3
respuestasMatrix Inverse calculation problem.
If you have a matrix A, and want to calculate the inverse of it using MATLAB, then inv(A) is the inverse of A. If this is not s...
más de 9 años hace | 0
Hi, I tried to use fmincon but I received the message. How I can overcome this problem?
If you provide reproducible code, i.e., all input data, options, etc., perhaps someone can offer more concrete help. As has b...
más de 9 años hace | 1
Bachelor Thesis Help! Dealing with NaN when calculating absolute difference
I think this will give you the idea. You can fix it up to suit your needs. First of all, use isnan(y) to determine whether y...
más de 9 años hace | 0
| aceptada
Pregunta
Accuracy of eig in support of complex step differentation: Derivative estimate accuracy degrades when step gets too small
Consider the uses of complex step differentiation to estimate the derivative of an eigenvalue of a real non-symmetric matrix, us...
más de 9 años hace | 4 respuestas | 1
4
respuestasPregunta
First MATLAB Build (Directly) Supporting Left Eigenvector in eig?
Since at least R2014A, eig has the following option, which returns both left and right eigenvectors in one command, without reso...
más de 9 años hace | 1 respuesta | 0
1
respuestaI have a 25by3 matrix and i want to remove randomly 10 rows (I have already completed this part). The problem is that i want the original matrix which is 25by3 to be 15by3 after removing 10 rows. Thats my question
I show you this just so that you 'll be aware of the very handy setdiff function. it might not be as fast executing as the prev...
más de 9 años hace | 0
Function for Smoothing spline approximation
This was originally a comment, but no one has answered, so here is a partial answer. It would seem your challenge is the need...
más de 9 años hace | 0
| aceptada
Pregunta
Plans for MATLAB to Run Natively on Cell Phones?
I am aware of MATLAB Mobile, but are there any plans which would allow MATLAB to run natively on any cell phones? It seems that...
más de 9 años hace | 1 respuesta | 0
1
respuestaNumber of eigenvalues when using eigs
eigs does not always converge, even if maximum number of iterations is significantly increased and/or solution tolerance decreas...
más de 9 años hace | 1
eigs function: incorrect eigenvectors
If you like your eig, you can keep your eig. No one will be forced to switch their eigenvalue/vector provider to eigs if they're...
más de 9 años hace | 0
Pregunta
Fastest Executing Square Matrix Cofactor Implementation? Fastest Adjoint Implementation Which Works for Singular Matrix?
I see several cofactor functions on file exchange. Can anyone point to the fastest executing cofactor implementation, for use on...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Hibernating MATLAB process (not WINDOWS itself) running natively under WINDOWS?
Is it possible under any current release of MATLAB, or planned under a forthcoming release of MATLAB (such as R2014A or R2014B) ...
casi 11 años hace | 1 respuesta | 0
1
respuestaVec:: In Windows Version But Not in Linux?
Walter, thanks for that pointer. vec is a function in CVX, and also in the sedumi solver, which in included with CVX, as well a...
casi 11 años hace | 0
Pregunta
Vec:: In Windows Version But Not in Linux?
The vec "operator", which reehspes a matrix into a vector by stacking its columns, and is widely using in books and papers on ad...
casi 11 años hace | 2 respuestas | 0