Community Profile

photo

Felix Müller


Last seen: 2일 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Why should I start a parallel pool manually?
I want to run a parfor-loop. I can start a parallel pool "manually" with the command parpool('local', 5); but I can also direc...

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

1

답변

답변 있음
exportgraphics does not save at specific location
I have now "solved" my problem. When I do not use the tilde (~) in my path to represent the home folder but instead use a full p...

거의 2년 전 | 0

| 수락됨

질문


exportgraphics does not save at specific location
I have a figure that I want save with exportgraphics(), but I get an error about the path. >> str_save = '~/Documents/MATLAB/A/...

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

2

답변

질문


Histogram with two axes
I want to add an axis to my histogram plot, I want the left one to be the absolute axis and the right one to be relative. I know...

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

1

답변

답변 있음
Saving tiledlayout with imagesc exactly as shown
I have given up for now. The best I could get was to save the pictures individually using imwrite, ind2rgb and uint8: imwrite(...

2년 초과 전 | 0

| 수락됨

질문


Saving tiledlayout with imagesc exactly as shown
I am producing images of matrices with imagesc() and want to save them exactly as they are on the screen. Each pixel in my data ...

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

3

답변

질문


speed up ismember with two-dim data
I have two large cell-arrays (X and Y) where each field is a two dimensional array representing pixel positions. The cell arrays...

거의 3년 전 | 답변 수: 1 | 1

1

답변

답변 있음
for loop over subset - finding indices vs if-clause
I ended up following Jan's advice and coded and timed it. It seems the first approach (finding indices and the running only over...

거의 3년 전 | 1

| 수락됨

질문


for loop over subset - finding indices vs if-clause
I want to compare two-cell arrays (X and Y) field by field (each field is a 2-dimensional array of points) and for each comparis...

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

2

답변

질문


Function to create struct with parameters
Currently I have a function with settings/parameters for my program, where all parameters are written into a struct like "inp.mo...

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

3

답변