Statistik
RANG
23.807
of 295.569
REPUTATION
1
BEITRÄGE
10 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
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
FFT prune Matlab code?
Hi there, Can anyone give me a code on how to do FFT prune in Matlab? Thanks Ricky
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenShow figure
You can insert a command figure in between the graph that you plot like this: a1=str2num(get(handles.x1,'String')); figu...
mehr als 12 Jahre vor | 0
How to run MATLAB files in batch mode (or as a batch process). Guide request.
hey Alfonso, I'm not sure if this what you're after. Read the first part of it (don't worry about the grid part) http://ho...
mehr als 12 Jahre vor | 0
Frage
construct Kronecker channel
Hi there, as per title, how can I construct a Kronecker channel? esp. how do u construct the Rx and Rt? where: H = Rx^1/2 ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
Antwortenthreshold values
you could try this: p = 255; i = find(p < 0.9); p(i) = 0;
mehr als 12 Jahre vor | 0
Frage
3-D matrices
Hi there, I wonder if anyone could tell me how to do the following: - if I have a 3d matrix r is 10x200x100, and I want to...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
comparison/checking without for loop
Hi there, Say if I have a random event with just -1 and 1. e.g. a = randsrc(5,1);%that will generate a 5x1 matrix with just -...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
random Gaussian
Hi there, Could anyone tell me how to generate a random Gaussian of m x n matrix? Cheers
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
find a coordinate on a cdf plot
Hi all, if i have a set of data which to plot a cdf, then if i want to find any coordinate on the plot, how do I do that? fo...
fast 13 Jahre vor | 1 Antwort | 0
1
Antwortfaster "log10" command
Thx people, I manage to speed up my code now, thanks to you all esp. Jan
fast 13 Jahre vor | 0
Frage
faster "log10" command
Hi all, Is anyone know how to use the "log10" more wisely? currently, I convert from dB to decimal using log10 but it seems to s...
fast 13 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
rand('seed',1)
hi there, can anyone explain me the different between using 'rand('seed',1)' inside the loop and outside the loop? Assuming I g...
fast 13 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Is there any other way of using a loop without the loop command like for, while etc..
Hi there, just as the title say, is there any other way? I'm currently runing a programe with take quite a while to execute bec...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
change polar axes
Hi, Can anyone tell me how to change axes range in polar plot? Thanks, Rak
fast 13 Jahre vor | 1 Antwort | 0