photo

Mark Stone


Mark L. Stone

Last seen: Today 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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

2 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
INTLAB download for free,how?
INTLAB used to be free of charge. It is no longer free.

9 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答