Albert
The University of Tennessee, Knoxville
Followers: 0 Following: 0
Feeds
回答済み
How to drop last N round-off error digits?
floor(1e12*X0)/1e12 this may work better than round(1e12*X0)/1e12
How to drop last N round-off error digits?
floor(1e12*X0)/1e12 this may work better than round(1e12*X0)/1e12
約7年 前 | 0
質問
ray tracing, indices and path length registration
Dear all Thank you for reading my following question and I greatly appreciate any of your help. Problem: Given a grid ...
約7年 前 | 1 件の回答 | 0
1
回答回答済み
data brushing is extremely slow
Thanks for you comments. I apologize for not posing the right answer here. For my case, there is nothing wrong with MATLAB. Actu...
data brushing is extremely slow
Thanks for you comments. I apologize for not posing the right answer here. For my case, there is nothing wrong with MATLAB. Actu...
7年以上 前 | 0
| 採用済み
回答済み
How to pass summation of function handles to fminsearch
Thank everyone. I finally got it work. Here is my solution. I apologize for my vague question. It was my bad to introduce i...
How to pass summation of function handles to fminsearch
Thank everyone. I finally got it work. Here is my solution. I apologize for my vague question. It was my bad to introduce i...
7年以上 前 | 1
質問
How to pass summation of function handles to fminsearch
Hi, everyone I am trying to pass a sum of function handles to fminsearch, however it always give me the error: Not enough in...
7年以上 前 | 4 件の回答 | 0
4
回答回答済み
HELP, HELP, HELP, PLEASE!!! brush data from 2 dimensional figure
Thanks, I got it solved by myself. For these who may have come across the same issue, here is how I solved it: [x,y,z]=find...
HELP, HELP, HELP, PLEASE!!! brush data from 2 dimensional figure
Thanks, I got it solved by myself. For these who may have come across the same issue, here is how I solved it: [x,y,z]=find...
8年弱 前 | 0
| 採用済み
回答済み
If A is a 3x4 matrix, how do you find B if B=A(1:2)?
use function find, and your problem is solved. A=[1 2 3 4; 5 6 7 8; 9 10 11 12]; B = A(1:2); find(A==B(1)) >>1 which is the...
If A is a 3x4 matrix, how do you find B if B=A(1:2)?
use function find, and your problem is solved. A=[1 2 3 4; 5 6 7 8; 9 10 11 12]; B = A(1:2); find(A==B(1)) >>1 which is the...
8年弱 前 | 0
質問
HELP, HELP, HELP, PLEASE!!! brush data from 2 dimensional figure
Hi, everyone Please give any help if you know how to solve this problem. It should not be a problem at all, however, I have be...
8年弱 前 | 1 件の回答 | 0
1
回答質問
data brushing is extremely slow
Hello everyone I am using matlab (2016 b) data brush to brush part of data from a picture I2, but it's extremely slow. Pleas...
8年弱 前 | 2 件の回答 | 0
2
回答回答済み
Weird!!!! Extremely simple question!! Can't assign values to first row of a sparse matrix, please help.
Thank you, James. I know MATLAB is case sensitive, but I didn't realize that I used low case of the second 'S' in my code. ...
Weird!!!! Extremely simple question!! Can't assign values to first row of a sparse matrix, please help.
Thank you, James. I know MATLAB is case sensitive, but I didn't realize that I used low case of the second 'S' in my code. ...
8年弱 前 | 0
質問
Weird!!!! Extremely simple question!! Can't assign values to first row of a sparse matrix, please help.
Hi, everyone I got stuck by a very simple question. I simply can't believe that such a weird thing would happen here. I am us...
8年弱 前 | 2 件の回答 | 0
2
回答質問
How to find the median of nonzero elements in each row of sparse matrix
Hi, everyone I have been harassed for a long time, any help will be greatly appreciated. I am looking for a computationall...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Low computation efficiency of simple sentence in MATLAB
Hi, everyone I have an computation efficiency problem here, I wish someone could help me out. here is part of my MATLAB c...
約8年 前 | 1 件の回答 | 0
1
回答質問
problem with 'solve' function to solve a set of equations
Hi, everyone Is there anybody knowing how to solve issue of using 'solve' in matlab? I always have trouble using 'solve' in ma...
約8年 前 | 1 件の回答 | 0