Community Profile

photo

mohsen moslemin


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

5 years ago | 1 answer | 0

1

answer

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

5 years ago | 0

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

5 years ago | 0

Question


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

5 years ago | 3 answers | 0

3

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 2 answers | 0

2

answers