photo

mohsen moslemin


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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

presque 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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. ...

presque 6 ans il y a | 0

Réponse apportée
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 ...

presque 6 ans il y a | 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...

presque 6 ans il y a | 3 réponses | 0

3

réponses

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

plus de 7 ans il y a | 1 réponse | 0

0

réponse

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

presque 8 ans il y a | 1 réponse | 0

0

réponse

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

presque 8 ans il y a | 1 réponse | 0

1

réponse

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

presque 8 ans il y a | 1 réponse | 0

1

réponse

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

presque 8 ans il y a | 2 réponses | 0

2

réponses

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

presque 8 ans il y a | 2 réponses | 0

2

réponses