photo

Burke Rosen


Last seen: 10개월 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • First Review
  • First Submission
  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
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년 전 | 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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)?

6년 초과 전 | 답변 수: 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 ...

6년 초과 전 | 답변 수: 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...

거의 7년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

질문


programatically dock and undock the editor
Is is possible to programatically dock and undock the editor? I am using MATLAB 2016b.

7년 초과 전 | 답변 수: 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. ...

7년 초과 전 | 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...

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

1

답변

질문


Zero-phase filtering gpuArray
Hello, How does one filtfilt a gpuArray? Using R2015b. Thank you.

7년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0

0

답변