Statistik
RANG
1.742
of 295.467
REPUTATION
38
BEITRÄGE
5 Fragen
18 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
3
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
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
VideoReader doesn't seem to read videofiles (Ubuntu)
I am having some trouble with VideoReader, using Ubuntu 14.04 and MATLAB 2015A. The amount of code I've written at this point is...
mehr als 9 Jahre vor | 1 Antwort | 0
1
Antworthow to call m-file from simulink?
There are different ways you can do this. The most simple, but limited is probably Fcn. However, for your purpose, it sounds lik...
mehr als 10 Jahre vor | 2
| akzeptiert
Frage
Single errorbar on a constant line
Hello, I have been doing some calculations on muscle signals. I have time: time = [0:50000:10] % Sampled for 10 sec,...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenCommands missiing in my Matlab R2009a.
Do you have the Symbolic Math Toolbox installed? Both commands you are trying to use are part of that toolbox. Try the comman...
mehr als 11 Jahre vor | 0
| akzeptiert
i've an error at 22nd number line. may i need to count the lines from 1,2,3,... 22 to find out it?
You do not need to count lines. If you have your file open in the MATLAB editor, you should see the line count to the far left o...
mehr als 11 Jahre vor | 0
| akzeptiert
How to save a .m file in windows 8?
Let me see if I've understood you correctly. The subdivision Enviroment is found under Home. "Set Path" is not for saving....
mehr als 11 Jahre vor | 0
how can i split a speech signal into 3 equal parts??
Quick google search: <http://www.mathworks.com/matlabcentral/newsreader/view_thread/140835/ MathWorks Thread>
mehr als 11 Jahre vor | 0
How to save Output filename as per Input file name?
You need to look into functions and use your filename as input. See <http://www.mathworks.se/help/matlab/ref/function.html/ M...
mehr als 11 Jahre vor | 0
calculate annualized Standard deviation for data that consists of several years
There is no annualized standard deviation, however, all matlab processes can be used only on parts of your data, so you could ma...
mehr als 11 Jahre vor | 0
| akzeptiert
Hai i am new to matlab.how to divide a EEG signal into frames in matlab?
Did you look into the built-in <http://www.mathworks.se/help/signal/ref/hann.html/ Hann-function> in matlab? Overlapping shou...
mehr als 11 Jahre vor | 0
can anybody tell me the meaning of "end-1" instruction here?thank you.
Not knowing what "nper" is makes it a bit more complex to explain, however, sfdr is set to be equal the max value of ptot in the...
mehr als 11 Jahre vor | 0
| akzeptiert
How to remove lines in a .txt file?
I have been given the following code by a teacher at university: function allData =ReadVerTxtData(filename,NumVar) fid=f...
mehr als 11 Jahre vor | 0
Frage
Three plots in one bar graph: Need different ticklabels
I'm doing a bar graph, in which I want three bars each with a different color. To do this, I have used the hold command and thre...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenSolving a matrix using MatLab?
Do you have to do it manually? If you have MATLAB at your disposal, why not just use the rref-command? rref(M) ^ That sh...
mehr als 11 Jahre vor | 0
how to plot curve using data from for loop
Change your freq and gain variables, so they're both a function of k. All values will be stored that way and your plot should wo...
mehr als 11 Jahre vor | 1
Frage
No pre-defined input in a function
Good evening, I'm about to do some experiments and afterwards I would like to do exactly the same data processing (graphs and...
mehr als 11 Jahre vor | 1 Antwort | 0
1
Antwortdisplay to the 1000th if value less than 1 using std
digits(d) Where d is 1 < d < 2^29 + 1 See <http://www.mathworks.se/help/symbolic/digits.html/ Variable-precision accuracy>...
mehr als 11 Jahre vor | 0
| akzeptiert
How do I can delete my account?
I am pretty sure you need to contact customer support to have your account deleted: <http://www.mathworks.com/support/contact...
mehr als 11 Jahre vor | 0
How can I request the filename of a colour image file from the user in Matlab code???
You could do it as a function. See http://www.mathworks.se/help/matlab/ref/function.html function imageInput(imagename) i...
mehr als 11 Jahre vor | 0
| akzeptiert
how can i get the integration of a function..?
I don't have experience with it, but did you try the integral-command? See the link: <http://www.mathworks.se/help/matlab/ref...
mehr als 11 Jahre vor | 0
How to get the mean value?
You can specify rows and columns to be calculated for all Matlab built-in functions. You said your data is called s4, lets say ...
mehr als 11 Jahre vor | 0
How do I store values from inside a loop?
Firstly, I'll pass on an advice that I was once given here on the forum. You ought to use another letter in your loop than i, k ...
mehr als 11 Jahre vor | 0
| akzeptiert
Frage
Storing values calculated in a 'for' loop in a matrix / vector
I would very much appreciate some help storing values in a matrix. I am trying to do a growth curve (See: <http://kellymom.com/...
mehr als 11 Jahre vor | 1 Antwort | 0