photo

Marcel345614


2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
2 回答

ランク
22,770
of 300,863

評判
2

コントリビューション
14 質問
2 回答

回答採用率
64.29%

獲得投票数
2

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Explorer
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Apply logical mask to every matrix in array
I have a 3D array of size 640x640x20 i.e. 20 matrices of size 640x640. In addition I have a logical mask of size 640x640. How ca...

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

3

回答

質問


Assign NaN to specific rows(based on criteria) for multiple table variables
I want to assign NaN to (time-)table rows that match a criteria (T.Var1~=1). I would like to do this for specific variables in t...

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

2

回答

質問


Matlab equivalent of python code to rotate an image
What is the matlab equivalent for the following python code: image = cv2.flip(imgage, 1) row,col = image.shape ce...

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

2

回答

質問


Replace 32767 with NaN in entire table
I have a timetable with some strange values(32767 (probably Inf)) in all columns of my table. How can I replace all these with ...

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

1

回答

質問


How to group data according to date in years?
I have a table with data of specific days of the year over a range of 10 years, e.g. 1.Jan.2013 12 8.Jan.2013 ...

4年弱 前 | 1 件の回答 | 1

1

回答

質問


What does ix=ismember(vars,["state","source"])| contains(vars,["lat", "lon", "timestamp", "damage", "event"]); do?
What does the code line ix=ismember(vars,["state","source"])| contains(vars,["lat", "lon", "timestamp", "damage", "event"]); ...

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

1

回答

質問


How to draw a number of colors from custom colormap?
I used the colormapeditor to change a predefined colormap the way I want it. Then I saved this custom colormap to the workspace....

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

1

回答

回答済み
Figures appear on wrong spot in Matlab Livescript
I tried adding pause(1) at the end of each section and this solved the problem. But stil this is not the most satisfying solu...

4年以上 前 | 0

質問


Figures appear on wrong spot in Matlab Livescript
I'm using a Matlab Livescript with different text headers (text sections). In each section, Matlab is supposed to plot some figu...

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

1

回答

質問


Align text of different entries in legend
How can I align the text of different entries in the legend, e.g. align it with respect to the dot ? legend('h=1.5m','h=10.5m',...

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

1

回答

質問


How to design a lowpass filter?
I would like to filter the following data: Obviously the data shows some oscillations with a quite constant frequency. How ...

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

1

回答

回答済み
Error message by using second legend
Using the following line instead, solved the problem. lgd2=legend(ax2,'Experiment','Simulation','Box','off');

4年以上 前 | 0

| 採用済み

質問


Two different grids on same axes
Is it allowed to do the following: figure ax1=axes() hold on x1=0.2:0.05:1 x2=0.1:0.1:1.2 %different axis p1=plot(x1,x1.^2...

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

1

回答

質問


Error message by using second legend
I'm using the approach presented in the following link: https://ch.mathworks.com/matlabcentral/answers/430791-how-to-add-a-seco...

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

1

回答

質問


Save and load variables of different samples
I do experiments with different samples (let's say 10 different materials). After measuring all samples seperatly, I apply a Mat...

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

1

回答

質問


How can I use a string in legend()?
I have the following string: Now I want to use this string to produce a legend to my figure. So I use and get this: ...

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

2

回答