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

답변