Community Profile

photo

Mark Stone


Mark L. Stone

Last seen: 7일 전 2014년부터 활동

통계

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

질문


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 ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


"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 "...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


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...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 4년 전 | 답변 수: 0 | 1

0

답변

질문


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...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
INTLAB download for free,how?
INTLAB used to be free of charge. It is no longer free.

거의 9년 전 | 0

질문


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...

거의 9년 전 | 답변 수: 3 | 0

3

답변

답변 있음
Matrix 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...

거의 9년 전 | 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...

거의 9년 전 | 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...

거의 9년 전 | 0

| 수락됨

질문


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...

거의 9년 전 | 답변 수: 4 | 1

4

답변

질문


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...

거의 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
I 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...

거의 9년 전 | 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...

거의 9년 전 | 0

| 수락됨

질문


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...

거의 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Number of eigenvalues when using eigs
eigs does not always converge, even if maximum number of iterations is significantly increased and/or solution tolerance decreas...

거의 9년 전 | 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...

거의 9년 전 | 0

질문


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...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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) ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Vec:: 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...

대략 10년 전 | 0

질문


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...

대략 10년 전 | 답변 수: 2 | 0

2

답변