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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答