photo

Debbie Oomen


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
0 个回答

排名
149,905
of 300,771

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
38.46%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


multiple arrays to one text file
header1= 'Name file'; header2='Median frequencies of MVCs'; outputFile1 = fopen(fullfile(mydir1,'Results.txt'),'w'); ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Different arrays to one text file
header1= 'Name file'; header2='Median frequencies of MVCs'; outputFile1 = fopen(fullfile(mydir1,'Results.txt'),'w'); ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


open CSV and XLSX files
myfiles = dir(fullfile(mydir,'*.*')); for i=1:length(myfiles); filename = myfiles(i).name; if myfiles.x...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答