Paul Hinze
Followers: 0 Following: 0
Statistik
22 Fragen
0 Antworten
RANG
69.703
of 295.448
REPUTATION
0
BEITRÄGE
22 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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 assign data from App Developer to workspace in Matlab?
Dear community, i am trying to learn the app developer to build a GUI. Until know this works fine, but i do not know how to tra...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to change a single word in user interface with the input command?
Dear matlab community, I have following code, which does not run yet. the variable fibres_without_BF contains of a 3x1 cell wi...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change a single xtick (x label)?
Dear Community Here is the code on how i generated my figure: x = 1:100; y = rand (100); plot(x,y) I would like to cha...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to search for substring in cell array and get the corresponding index then?
Dear community, i have a very big 3D cell array that contains either doubles or strings. I need to find the cells that contain ...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to introduce a time-shift into data?
Dear Community! I would like to introduce a time shift to my data. The goal is that the lower figure in the subplot gets a time...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate appropriate DFT without typical sampling frequency?
Dear community, I am not good in signal processing. I need to calculate a single sided power spectral density of a signal, whic...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Step-by-step calculation of rectangular window
Dear community! I would like to make a step-by-step calculation of synaptic input. As you can see in the attached figure, the s...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error using Mex command!
Hello, my mex command does not work. Here is the code: clear all; mex -v model_IHC_BEZ2018.c complex.c clear all; mex -v...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Separate y & x axis
Hello, I would like to separate my y- and x-axis, but i did not find any approach to solve this problem. The problem in this c...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to build a amplitude modulated tone?
Hello, I would like to program a Amplitude modulated tone according to the formula: stim = sqrt(2) * LvPa_ipsi * SoundEnv.*Car...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to program a click stimulus?
Hello, I am ok with matlab but I am not an expert into signal processing: I would like to know, if someone could give me an ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to assign the value of the index to the index position?
Hello dear Matlab Community I have a row vector with the size of 1x40000. The vector consists of zeros and ones. How can i con...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to delete the last subplot?
Hi, I would like to delete the last white box. How can I do it? Here is my code: clear clc ha = tight_subplot(3,5,[.03...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to label axis appropriately in subplot
Hi Guys, I would like to just label the x axis in the lower row of subplots and delete the x labels in upper rows! How can I ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to adjust legend
I would like to name all legends with a colored line, instead of only data1 and so on. Furthermore i would like to exclude th...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to loop through structure with words?
Hi guys, I would like to systematically change the name in the loop (from BreakingGlass to WhiteNoise) to work in the 6X9 matri...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Get number of fields? the result should be 14! I tried with size but it did not work!
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add the level to a sine tone?
Hi, I already built the noise and the sine tone, but how can i add the level (in dB SPL) to the noise and sine tone? % Set-...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate the mean of an interval (from a vector) in a loop?
Hey, I would like to calculate the mean in intervals of the vector total_sync_spk, but i dont know how to do it. My idea when d...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get values from index in a matrix?
x = [Structure.GK_10.GA_0; Structure.GK_10.GA_10; Structure.GK_10.GA_20; Structure.GK_10.GA_30;... Structure.GK_10.GA_40; S...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Diff function: How to calculate the difference of two values
Hey, for a bigger task i need to use the diff function. When I type in: diff(12.22, 13.22) it should me give a 1 back, ins...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to replace different values with NaN in a matrix.
Hey guys, I have this matrix: Matrix = [50 51 52 53 54 55; 110 111 112 113 114 115; 1 0 0 1 0 0]' how can i change the val...
etwa 4 Jahre vor | 1 Antwort | 0