統計
MATLAB Answers
9 質問
0 回答
ランク
of 170,969
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Add a variable within single quotes
XLfile = dir('*.csv'); %List contents of the current folder [~, index] = sort(str2double(regexp({XLfile.name},'\d+','match','on...
7年弱 前 | 1 件の回答 | 0
1
回答質問
[Data manipulation ]A best set of functions to solve this issue.
Hello everyone, I am trying to draw a plot with a curve that has two components: (1) mean (thicker colored-lines) (2) standard ...
7年弱 前 | 0 件の回答 | 0
0
回答質問
Optimizing zero-crossing indices
filename='AAA' load = xlsread(filename,1,'C:C'); extension = xlsread(filename,1,'D:D'); zci = @(v) find(v(:).*circshift(v(...
7年弱 前 | 1 件の回答 | 1
1
回答質問
Problem of storing cell arrays into excel file
Hi everyone, I very recently started using MATLAB for research purpose, and am learning lots of basic concepts. I have an iss...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Import excel files with different lengths of elements.
Hi everyone, I have multiple excel files to analyze. This code works perfectly when the number of rows of the column of intere...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Sort characters w/ number in a field of struct array
Hi everyone, I am wondering what function should I use to reorgnize the name in a certain way (e.g., descending). I think "...
7年弱 前 | 2 件の回答 | 0
2
回答質問
Import and export excel files
Hello everyone, I am trying to collect data of column "C" from each excel file and export the data into an excel file using f...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Read excel files one at a time, execute calculations, and export results
Hello everyone, I recently started to use MatLab for data analysis. The more I use it for calculations, the more I realize how ...
約7年 前 | 1 件の回答 | 0
1
回答質問
I need some explanations on "regexpi" and "str2double" functions.
Hi, I am working on this script to draw a plot synced with a video for my research. I am struggling with certain parts of ...
8年以上 前 | 1 件の回答 | 0
