![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10861405_1522137690984_DEF.jpg)
Debbie Oomen
Followers: 0 Following: 0
Statistica
13 Domande
0 Risposte
RANK
206.220
of 297.016
REPUTAZIONE
0
CONTRIBUTI
13 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
38.46%
VOTI RICEVUTI
0
RANK
of 157.725
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
Window title of figures in a for loop
Please help! I have two different loops. One that works with ii and one that works with i. Both of these loops need to plot f...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
For loops and figure window title
I have several figures. I want the title of the window figure to say the basename of the file belonging to the figure. The figu...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
User input if, else if statement
I want my script to ask the user if he/she wants more information on the script. When the user selects yes, then matlab should o...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
multiple arrays to one text file
header1= 'Name file'; header2='Median frequencies of MVCs'; outputFile1 = fopen(fullfile(mydir1,'Results.txt'),'w'); ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Different arrays to one text file
header1= 'Name file'; header2='Median frequencies of MVCs'; outputFile1 = fopen(fullfile(mydir1,'Results.txt'),'w'); ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Different computer save folder
I have a script that I need to share with my professor. I used the commands uigetfile and uigetdir so that my professor can sele...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
save maximum column to excel
I have 4 columns in my file. Column 1 consists of the time and columns 2 - 4 are EMG files. I want matlab to find the column wit...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
open CSV and XLSX files
myfiles = dir(fullfile(mydir,'*.*')); for i=1:length(myfiles); filename = myfiles(i).name; if myfiles.x...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculate area under every point in a graph
I want to calculate the area under every point in EMG graphs. I have used the script: Int = trapz (x,y); however this calculate...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
plot seperate measurements in for loop on the same graph
I have several measurements saved in one folder. All measurement files have the same two colums (column A is time(s) and column ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
xlsread csv file commas instead of point
I am importing one column of data with decimals to excel with xlsread. I want this to become a .xlsx file however I have a macbo...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
I have three columns in an excel file and i want MATLAB to find the maximum value from all columns and return the column where the maximum is found. How to do this?
I have three columns in an excel file and i want MATLAB to find the maximum value from all columns and return the column where t...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
How do I share a file without Matlab online?
Hello, I am currently working on a matlab script for measuring biosignals. We are doing this with a project group and have to ha...
oltre 7 anni fa | 1 risposta | 0