Statistiques
RANG
23 939
of 295 527
RÉPUTATION
1
CONTRIBUTIONS
18 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
61.11%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to import multiple file and calculate a mean?
I have this code which works fine. it take one file and reshapes into matrices to plot a contour. i now want multiple files to i...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I make an average of points ?
Hi, say I have an 11*10 matrix and for every point in the 6th row, I want matlab to take an average of the surrounding points an...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How do I rotate contour plot?
I want this contour image to have the wake moving from left to right with y, along the x axis, and conversely x along y. I've ma...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
reshape a column vector in a row-wise direction?
if I have column vector A= 1;2;3;4;5;6;7;8;9;10 how do I get matlab to reshape it in the row wise direction so it becomes ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i write a for loop to eliminate point under a certain value?
hi, i want to omit all points under a certain value for a series of plots as shown. would it be something like for i=100:...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
how to calculate rms of fluctuation velocity
I have an m*n*a matrix of my fluctuation velocity where a is the number of imported files which gives me a time series of veloci...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
rotate my countour plot without changing the axes
I have this plot which is fine, although, I want to rotate it 180 degrees; I tried the rotate function but get the following. ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Why was my code working then error message appears?
ive been using this code to run perfectly, but all of a sudden I get an error in the plotting that i dont understand can anyone...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
how to create a mean velocity matrix from multiple .dat files and plot the mean profile?
I have a folder of x no of *.dat files. So far I've imported 1 file and reshaped the columns to get matrices for each column. e...
plus de 6 ans il y a | 1 réponse | 0
1
réponseHow do i use for to populate matrix
hey, thanks resolved it before. works fine now
plus de 6 ans il y a | 0
Question
obtain matrix for multiple files
I have this code which reshapes column vectors from the file 'B00049' into 4 different matrices for x y u v now i want to scale ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How do i view the velocity profile
I have this code which has reshaped column vectors into matrices, i now want to find the velocity profile for x,y,u,v how do i d...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How do i use for to populate matrix
iv'e run this code bust i get the error message below. Index exceeds matrix dimensions. Error in Import_dat_files (line 20) ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to build a matrix from information in multiple matrices
I have this file from which I made 2 separate matrices X and y using the 1st and 2nd columns. I now want to create a 3rd matrix ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Pulling specific data from 2 different matrices, and starting a new matrix
I have a global matrix A of 4 column vectors and i've subsequently constructed 2 separate matrices X and Y from the 1st 2 column...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
import sequential files using for loop and sprintf
i'm trying to import sequential files with filename format B00001.dat to B00050.dat. Im reading the 'sprintf' function but don't...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
hoe to import *.dat file to matlab ?
i'm trying to import the *.dat file into matlab but, it seems to have worked but the numerical values haven't appeared as expect...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to load this .dat file data into matrix format?
VARIABLES = "x", "y", "displacement-x", "displacement-y" ZONE T="Frame 0", I=214, J=134 6.000000 6.000000 0.868404 -6.4383...
plus de 6 ans il y a | 1 réponse | 1
1
réponseQuestion
load multiple .dat files into matlab in matrix form
I have a folder of N .dat files that I want to load in matrix form. They all have the filename form B000XX.dat where XX are chan...
plus de 6 ans il y a | 1 réponse | 0