Debbie Oomen
Followers: 0 Following: 0
Statistiques
13 Questions
0 Réponses
RANG
96 613
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
38.46%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
multiple arrays to one text file
header1= 'Name file'; header2='Median frequencies of MVCs'; outputFile1 = fopen(fullfile(mydir1,'Results.txt'),'w'); ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Different arrays to one text file
header1= 'Name file'; header2='Median frequencies of MVCs'; outputFile1 = fopen(fullfile(mydir1,'Results.txt'),'w'); ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
open CSV and XLSX files
myfiles = dir(fullfile(mydir,'*.*')); for i=1:length(myfiles); filename = myfiles(i).name; if myfiles.x...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 1 réponse | 0