Feeds
已提交
nearestPSD
Find the nearest Positive Semi-Definite matrix to an arbitrary real or complex square matrix.
5 years 前 | 2 次下载 |
已回答
Is there a better way to compute metrics on labeled array elements.
Thank you for that tip @Walter. After further review: 1. The way I wrote the sample data set, labels is actually a cha...
Is there a better way to compute metrics on labeled array elements.
Thank you for that tip @Walter. After further review: 1. The way I wrote the sample data set, labels is actually a cha...
6 years 前 | 0
提问
Is there a better way to compute metrics on labeled array elements.
For example, I have a 1d double array 'data' and a 1d cell array of strings called 'labels'. For each unique label I want the me...
6 years 前 | 2 个回答 | 0
2
个回答提问
Disable "Press Shift Enter to rename all $n instances of ..."
Is there a way to disable the contextual popup "Press Shift Enter to rename all $n instances of ..." in the editor? I'm ...
6 years 前 | 1 个回答 | 0
1
个回答提问
updating P-code
Is it possible to update old .p files to make them compatible with newer versions of Matlab (without the source code)?
7 years 前 | 1 个回答 | 0
1
个回答提问
What is the interpretation of trapz(x,cumtrapz(x,y))?
x = (-12:12); y = zeros(1,numel(x)); y(12:14) = 0.33; z = trapz(x,cumtrapz(x,y)); edit: Alternatively what does ...
7 years 前 | 1 个回答 | 0
1
个回答已回答
smoothing values on a closed triagulated surface
I think I have a solution. It works by applying a 2d-Gaussian each point, using a geodesic matrix. % for a surface with nv...
smoothing values on a closed triagulated surface
I think I have a solution. It works by applying a 2d-Gaussian each point, using a geodesic matrix. % for a surface with nv...
7 years 前 | 0
| 已接受
提问
smoothing values on a closed triagulated surface
My data consist of a closed triangulated surface with a value at each vertex. How do I smooth these values (not the mesh itself)...
7 years 前 | 1 个回答 | 0
1
个回答提问
Change default behavior of cellfun to 'UniformOuput' = false
Is there a way to make 'UniformOuput' = false the default for cellfun and functions like it?
7 years 前 | 1 个回答 | 0
1
个回答提问
programatically dock and undock the editor
Is is possible to programatically dock and undock the editor? I am using MATLAB 2016b.
8 years 前 | 1 个回答 | 0
1
个回答已回答
What is the syntax for building a command-line pde given the model parameters exported from pdetool?
I believe I have figured it out. v = assempde(b,p,e,t,c,a,f); This returns the solution for each point in the mesh. ...
What is the syntax for building a command-line pde given the model parameters exported from pdetool?
I believe I have figured it out. v = assempde(b,p,e,t,c,a,f); This returns the solution for each point in the mesh. ...
8 years 前 | 0
| 已接受
提问
What is the syntax for building a command-line pde given the model parameters exported from pdetool?
I have a working 2-d pdetool model, that I would like to convert to a command line model in order to iterate and export solution...
8 years 前 | 1 个回答 | 0
1
个回答提问
Zero-phase filtering gpuArray
Hello, How does one filtfilt a gpuArray? Using R2015b. Thank you.
8 years 前 | 0 个回答 | 1
0
个回答提问
No performance increase in load/save after installing SSD?
I regularly save and load large (>2Gb) matrices. Using <https://www.mathworks.com/matlabcentral/fileexchange/39721-save-mat-fi...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to load partial cell content from a .mat file?
Hello, I have a mat file which contains a structure. One field contains a cell array. Each cell of this array contains a nume...
8 years 前 | 0 个回答 | 0
0
个回答提问
Return the cursor to the command window after dbstop?
Is there a way to return the cursor to the command window after dbstop by default? I am aware that I can toggle between the edit...
10 years 前 | 0 个回答 | 0