Feeds
질문
How to creat autoumaticly a file .mat without removing the last one
Hello ! I am doing a function when at the end i want to save the parametrers given by this function in a file .mat . The functi...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to get the only variable in file .mat autoumaticly
hello, i am developping a function where i need a vector this one is going to be in a file .mat ,and in my function i can onl...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
how to add columun values to another 3th columun in a matrix without touching the other columns
for i=1:numel(f) a= bsxfun(@times, avgPower(:,3),f( i)/105).^2); avg1(:,3)=avg(:,3)+a; avg1(:,2)=avgPower(:,...
how to add columun values to another 3th columun in a matrix without touching the other columns
for i=1:numel(f) a= bsxfun(@times, avgPower(:,3),f( i)/105).^2); avg1(:,3)=avg(:,3)+a; avg1(:,2)=avgPower(:,...
6년 초과 전 | 0
질문
how to add columun values to another 3th columun in a matrix without touching the other columns
hello , i have a matrix of size (8*3) and i have a column with differents values , what i want is adding this column to the val...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to use a file from a different directory?
Hello, i have developed a program and it works correctly ,and now i want to make it as a function so i need as input a director...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to make a file .mat as a function input and load it inside the function
Hey everyone I am developping a function and i need a A.mat as an infile input of the function B , inside the function i ha...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
inverse the image of a 3D matrix
hey! as you can see in the picture , i am trying to get the standard display of sagittal ,coronal and axial IMR image without t...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
Interpolate a 4D matrix to increase its size
Hi! i have a 4D matrix B its size is 40*64*40 and i want to increase it to be 250*400*250 ,i know that if we multiplie the fir...
거의 7년 전 | 답변 수: 3 | 0
3
답변질문
interpolation pour diminuer la taille de voxel
bonsoir dans le cadre d'un devoir à faire le professeur me demande d'interpoller une image dont la taille de pixel est 5mm isot...
거의 7년 전 | 답변 수: 0 | 0
