Community Profile

photo

Zahra Yousefi Darani


Last seen: 13日 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Rescaling RGB for imagesc
I have a colormap: BeautifulColorVector = 0.3735 0 0.7500 0.2490 0 0.5000 0.1245 ...

9ヶ月 前 | 1 件の回答 | 0

1

回答

質問


To scan a 1k dimensional matrix, parallel for is faster than simple for loop?
I need to scan a very huge matrix 15k x 10 x 1k do you think parrallel-for is faster than simple for in this case? in a smaller...

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

1

回答

質問


How to make a raster plot for the binary response of two model?
I want to visualize my binary data in a raster plot. How can I plot ''ones'' as small line segments in raster plots? my x-axis...

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

0

回答

回答済み
print() and saveas() produce svg files where text is stored as paths and not text - how to overcome?
I know where the problem comes from. When you use greek letter in the labels of axes, it is not compatible with the fonts of Ink...

1年以上 前 | 1

| 採用済み

質問


Speeding up the nested for loops
Hi, I have a nested for loop that inside the innermost loop, the result of each iteration should be saved in a 4D matrix. Alth...

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

0

回答

質問


Getting dimension indexes based on element index
Hi, I have a 5D matrix, I found the minimum value and minimum index along the whole elements. How can I know this minimum belo...

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

2

回答

質問


meaning of exponential factor in MATLAB output
I got these P.values: 1.0e-112 * 0.0000 0.0000 0.0000 0.1819 Even with format short, I see this : 1.0e-112 * ...

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

1

回答

質問


MATLAB prints ''Greek letters'' in chart text, but how about sprintf, compose, string or char functions?
How can I define greek letters, inside one of these functions ? (sprintf, compose, string or char)

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

1

回答

回答済み
Transparency value in colormap
When programatically, color values ( four values, three for colours, the last for transparency) of every plot in every iteration...

2年弱 前 | 0

質問


Transparency value in colormap
For matching the color of data to colorbar, I need to define a colormap with 4 columns, last column includes transparency, How ...

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

2

回答

回答済み
Why are the top and bottom parts of my MATLAB figure cropped when I use SAVEAS to save a figure to a PNG-file?
Hi, I use "R2021 a" but still encouter the same issue, When I used this command : set(gcf,'position',[0 100 1000 800]); Iss...

2年以上 前 | 0