Statistik
RANG
2.290
of 297.016
REPUTATION
28
ANTWORTZUSTIMMUNG
44.44%
ERHALTENE STIMMEN
10
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Find angle between dots
Hi all, I need to calculate the angle between (imaginary lines) connecting dots on an image. Below is an example of the bw...
etwa 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Average width of lines
Hi all, I want to know the procedure to calculate the average width of white lines in the image below. <<http://i41.tinyp...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Splitting matrix and finding mean after each split
This is a follow up to a previous question that I posted. My actual data is 12x416 matrix. Splitting this data across the med...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Split matrix across the median
How do I split a matrix across its median? Suppose I have a 5x10 matrix sorted in ascending order. I want to split this into two...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Generating C/C++ executable for a GUI program
I have Matlab GUI program that I want to convert in to a standalone executable using Matlab Coder. But when I try building the c...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortConvert binary integers to quaternary integers
Solved it myself. It can be done easily by converting back to decimal from Galois Field, reshaping into n x 2 matrix and adding ...
fast 13 Jahre vor | 0
| akzeptiert
Frage
Convert binary integers to quaternary integers
Is it possible to convert binary integers generated using a randi() to quaternary integers (0-3) by taking two bits from the sou...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Input to simulink model
How do I give a constant input to a simulink model from the workspace? I want to give the SNR input from the command window to t...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Orthogonal M-FSK SNR vs BER plot
I am trying to plot the SNR vs BER plot for orthogonal M-FSK mod and demod but the BER remains approximately Zero for all M (2,4...
fast 13 Jahre vor | 0 Antworten | 0
0
Antwortenhow to add legends?
You can also use the following: hold on %after the first plot to continue plotting on the same figure legend on ...
fast 13 Jahre vor | 1
| akzeptiert
Why won't Matlab plot anything?
You may have previous plot open somewhere and Matlab is plotting it on the same figure. Check for open figures, you might find i...
fast 13 Jahre vor | 9
| akzeptiert
Frage
Avoiding loops for functions with arrays
Hi I have to use the following code snippet in a program: M = [2 4 6 8]; Data = randint(1,10,M); This gives an err...
fast 13 Jahre vor | 1 Antwort | 0