Zahra Yousefi Darani
Followers: 0 Following: 0
A cognitive neuroscientist who is crazy about data, especially psychophysical data!
MATLAB
Spoken Languages:
English
Professional Interests:
Neuroscience
Statistik
RANG
5.657
of 295.569
REPUTATION
8
ANTWORTZUSTIMMUNG
77.78%
ERHALTENE STIMMEN
2
RANG
19.592 of 20.247
REPUTATION
0
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
2
ALL TIME DOWNLOADS
4
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
7 Monate vor | 1 Antwort | 0
1
AntwortFrage
Rescaling RGB for imagesc
I have a colormap: BeautifulColorVector = 0.3735 0 0.7500 0.2490 0 0.5000 0.1245 ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 0 Antworten | 0
0
Antwortenprint() 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...
fast 2 Jahre vor | 2
| akzeptiert
Frage
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...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 * ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortTransparency value in colormap
When programatically, color values ( four values, three for colours, the last for transparency) of every plot in every iteration...
mehr als 2 Jahre vor | 0
Frage
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 ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenWhy 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...
fast 3 Jahre vor | 0