photo

mohsen moslemin


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to match two matrices
Hi, I have two matrices (same data from two reading) at some point they match each other, As you can see A(39,2) is 800 and A(40...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How can I Read all the details of my .txt file
Ok I found another way around it, apparently you can read with A=tdfread then use cell2mat(struct2cell(A)) to have your matrix. ...

6年弱 前 | 0

回答済み
How can I Read all the details of my .txt file
Using dlmread, I'm getting this error, Mismatch between file and format string. when i removed top sectio nof my text file and ...

6年弱 前 | 0

質問


How can I Read all the details of my .txt file
<</matlabcentral/answers/uploaded_files/132911/file.png>> I want to read my .txt file in MATLAB and then keep specific rows a...

6年弱 前 | 3 件の回答 | 0

3

回答

質問


how does StreakArrow work ?
Hi, I just found what I was looking for its this file exchange called StreakArrow available to download free, does anyone k...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


how to have scale legend with quiver
Im using quiver, how can i have a scale for the arrows or color them now they are all blue in different arrow sizes but i dont k...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


Reading data from CSV file takes too long any suggestion ?
clc clear tic format long files= dir('E:\PIV\*.csv'); num_files = length(files); data_length = cell(1,n...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


I have a 720x20 matrix how can i subtract 1x20 matrix from it?
clc clear signal_factor=10; format long folder='E:\Pressure split'; filetype='*.xlsx'; f=fullfile(folder,filetype)...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to split 14400x1 into 20 719x1 matrices?
Hi i have a matrix that has 1 column and that column has 14400 elements what i want is to split it to each 719 elements so i e...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


How to calculate the mean from cell when each cell is a different double.
Hi Im reading excel files and storing them into data{k} so my data is 1x34 cell and each cell is a double, with variable column...

8年弱 前 | 2 件の回答 | 0

2

回答