Statistica
RANK
11.402
of 295.527
REPUTAZIONE
4
CONTRIBUTI
15 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
80.0%
VOTI RICEVUTI
3
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to convert .mat file into .set file? How to load multiple data in EEGLAB toolbox?
Hello Everyone I have .mat files of many subjects (50+) (each subject has one .mat data file) and i noticed that converting m...
oltre 8 anni fa | 0 risposte | 1
0
risposteDomanda
How to sum elements in a vector according to the location information from another vector?
Hello, I have a vector lets say V=[3 5 3 7 1 7 9 3 9 2 0 3 9] and another vector that is indicating the which elements t...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
How to calculate the means of n adjacent units of a vector?
Hi, i have a question about vectors. For example i have a vector A=[1 2 3 4 5 6 7 8 9 10]T I want to get the mean values of...
quasi 10 anni fa | 1 risposta | 1
1
rispostaDomanda
Error in opening file from another folder, how to fix this problem?
I have these codes to open and process a .txt file in MATLAB GUI: [filename1,filepath1]=uigetfile({'*.txt*','Text Files'}...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
How to detect, open and process nxm matrices?
Hi i have a code to open .txt files with nx1 matrices, it works very well: [filename1,filepath1]=uigetfile({'*.txt*','Text ...
circa 11 anni fa | 3 risposte | 0
3
risposteerror: Undefined function 'secs2hms' for input arguments of type 'double'.
Ok, solved it. Changed directory to elsewhere and changed directory back where i created the function. Bug or glitch maybe?
circa 11 anni fa | 0
| accettato
Domanda
error: Undefined function 'secs2hms' for input arguments of type 'double'.
I want to show my total sample time (H:M:S) in an edit box in Matlab GUI. Here is my code: samplingrate=200; totalmtime...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find major peak values and the avarage distance between them in a signal?
I have a signal like this : <<http://i42.tinypic.com/2ptsbc0.jpg>> I want to: # Find and mark ONLY major positive peak...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
How to mark local peak values of a signal an count them? Matlab GUI
I have a signal and after several operations in matlab gui, i get this signal: <<http://i39.tinypic.com/wguuqs.jpg>> But i...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
How to "save as" a processed graph as a .txt data file?
I can read and obtain graph from a data file (.txt) with my GUI code. With some functions(noise removal, clipping etc.), i chang...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
How to use a variable defined in an .m file in another .m file without defining the variable above?
I have an .m file called Murthy.m and "lastRR_int" and "kk" are defined in Murthy.m. This is the main GUI function and when the ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Is it possible to create multiple functions and calling them in one .m file?
I have a question about calling a function in Gui. Here is an example of my code: function pushbutton1_Callback(hObject,...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
How to call a function (another .m file) in MATLAB GUI?
I want to call an another .m file in my main gui .m file. But when i call the function, it gives me error due to "handles." oper...
circa 11 anni fa | 1 risposta | 0
1
rispostaHow to open data file by browsing it - MATLAB GUI
Alright i solved this problem: [filename1,filepath1]=uigetfile({'*.txt*','Text Files'},... 'Select Data File 1'); cd(...
circa 11 anni fa | 1
| accettato
Domanda
How to open data file by browsing it - MATLAB GUI
I can open my data file with this code: fp= fopen('ecg.txt','rt'); fgets(fp); A = textscan(fp, '%f'); fclose(fp); ...
circa 11 anni fa | 4 risposte | 0
4
risposteDomanda
How to use variable of another function with a function? switch-case. Matlab Gui
I want to call a variable in a popupmenu from a button. I mean, popup value will only show the current status and when I press t...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
How to read popup menu string and use it in another button function? MATLAB GUI
I have a problem with reading a popup menu string and using it in a switch-case function in another button. My popup menu should...
oltre 11 anni fa | 2 risposte | 0