photo

Zahra Yousefi Darani


Last seen: 6 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

A cognitive neuroscientist who is crazy about data, especially psychophysical data!

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Neuroscience

统计学

All
MATLAB Answers

9 个提问
3 个回答

File Exchange

1 文件

排名
5,672
of 297,457

声誉
8

贡献数
9 个提问
3 个回答

回答接受率
77.78%

收到投票数
2

排名
19,541 of 20,438

声誉
0

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
5

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已提交


GrangerCausalityBinary
Using this function, you can evaluate if one time series (binary data) Granger causes another time series (binary data).

7 months 前 | 1 次下载 |

0.0 / 5

提问


how to not violate from trnasparency in parloop? (a good replacement for "which" or "exist")
Hello! inside the body of my parloop, I have to evaluate the existance of sth in my workspace then based on that, run a piece o...

10 months 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 2

| 已接受

提问


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...

2 years 前 | 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...

2 years 前 | 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 years 前 | 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 years 前 | 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...

3 years 前 | 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 ...

3 years 前 | 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...

3 years 前 | 0