Statistik
RANG
10.674
of 295.467
REPUTATION
4
ANTWORTZUSTIMMUNG
77.78%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
143.378
of 153.912
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
Help needed in creating dynamic field names using struct in matrix form.
Hi, I am currently using this code: rename = sprintf('I%inewEp', i); newData.(rename) = myData.Ep; ...
fast 9 Jahre vor | 1 Antwort | 0
1
Antwortplz anyone solve the following question for me in matlab and reply quick.regards
If the scale of X and Y is the same, you could use a "for" loop to go through every element. for i=1:numel(X) if X(i)...
etwa 12 Jahre vor | 0
Frage
How to assign output to columns of an array/matrix?
Hi all, I am trying to store the output in an array/matrix of 3 columns. d = sqrt(((rename(:,1) - xorigin).^2) + ((rena...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Combining four 2D images from different angles into one 3D image
Hi, I am currently trying to combine four 2D images at angles 0,45,90 and 135 degrees into one 3D image. At angle 0, I hav...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Variables not saved after function completes. Help needed
Hi all, I have this function in checkfile.m function [] = checkfile(filename, pathname) if isequal(filename,0) ...
etwa 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How can i remove the horizontal lines in this image?
Hi all, I am trying to enhance degrade image such that it looks similar to the original. I have used: img = histeq...
etwa 12 Jahre vor | 1 Antwort | 0
1
Antworthow to apply (dct,dct2) an image?
image = imread('Image.bmp'); y = dct(image); help dct or help dct2 in matlab will give you a better idea. ...
etwa 12 Jahre vor | 0
| akzeptiert
Frage
Warning: Rank deficient, rank = 0... means what?
Hi, I am using the original signal FS and nbits. When i played the sound, it does have the speech, but its very noisy. I am...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Invalid Audio File, too many samples
Hi all, I have tried to implement the following codes: H = ones(16, 1); siz = wavread('hello.wav', 'size'); ...
etwa 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Shifting of image's origin to the highest Y coordinates
Hi, I am trying to shift the origin of a image to the highest Y-coordinate of an image. currently my image is like this w...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Optimal number of points to plot a sphere
hi all, I have thousands of data points in (x y z) format to represent the human eye. Since the human eye is modeled like a ...
etwa 12 Jahre vor | 1 Antwort | 0