MementoMori - MATLAB Central
photo

MementoMori


Last seen: 約2ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/22 to 03/25Use left and right arrows to move selectionFrom 03/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

17 質問
0 回答

ランク
36,116
of 297,870

評判
1

コントリビューション
17 質問
0 回答

回答採用率
29.41%

獲得投票数
1

ランク
 of 20,500

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,704

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


General distribution generator, Poisson distribution and correlation?
Context: I am a PhD student in physics, and I am trying to simulate some physical processes with particular statistics. In part...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Change how numbers are visualized with imagesc?
Hi, with figure,imagesc I visualize the scale like "scale" but I want to visualize with "0.02, 0.015, 0.01 ..." without "x10...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Extract values from a fig file?
Hi, I have a file like "Example.fig" that contains a picture and I want to extract the values of each pixel and put them in a m...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


Creating plot with 2 x axes from property inspector?
Hi, I want to create a plot with two x axes, one on the bottom of the graph and the other one on the top. Given a plot how can...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


from figure file to mat file?
Hi, I have saved a fig file and now I want to do some operation on it. I have tried example=load("name.fig",'-mat'); but it do...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


sub2ind with 3D matrix?
given a code, for example, like this A=rand(10,10); indX(:,:,1)=[2,3;1,6]; indX(:,:,2)=[2,5;2,6]; indY(:,:,1)=[4,6;2,3];...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


speed up a code, subindex for 4-d matrix?
Hi, in my code I need to do this operation, for a = 1:h for b = 1:h ind=sub2ind(size(I), centriX+a - h/...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Sum two matrices shifted by a non integer number?
Suppose we have two matrices A and B, and I want to sum them shifted by a non-integer number of pixels. How can I do it? For ex...

約2年 前 | 2 件の回答 | 0

2

回答

質問


Select pixels from a matrix given the centers ?
Suppose we have a given matrix (I) and a structure containing some centers of the matrix before. For example: In this case, ...

約2年 前 | 2 件の回答 | 0

2

回答

質問


Select values of a matrix given a matrix of indices?
Hi, suppose we have a matrix A=rand(10,10); Now I have two matrices: x=[2,3;5,7]; y=[4,6;1,2]; Now I want to create a new m...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Matlab energy consumption greater than charger?
Hi, during my simulation even if my laptop is connected to the charger it looses charge due to the simulation that I run on matl...

2年以上 前 | 1 件の回答 | 1

1

回答

質問


GPU0 and GPU1 in matlab?
Hi, I am trying to optimize my code and I use gpu array. In matlab I see this gpu but in my pc I have two gpu: do you k...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


imread slower with huge tif files
Images1=zeros(128,128,20000); Images2=zeros(200,200,20000); len=20000; for k=1:len k Images1(:,:,k) = double(...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Given a center, sum adjacent pixels
Hi, suppose I have a matrix A and I have a center (for example (10.3,14.6)). Now I want to calculate the value of the center in ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


ifft2 with "symmetric option"
Hi, I am looking at "ifft2" in matlab ( https://it.mathworks.com/help/matlab/ref/ifft2.html#bvjz37f-symflag ) and it introduces ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Arrayfun with multiple variable?
Hi, probably this question has already received answers but what I found don't solve my problem. I know that I have a functi...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


Simple mex file crash?
Hi I am studying mex files. I am trying to write a simple mex file that does a sum of two elements. #include "mex.h" void me...

約3年 前 | 2 件の回答 | 0

2

回答