photo

Dany


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how to create a contour for a fittype object?
Hi, i've fitted a surface for a scattered data using the following commands: load('full_data.mat') ft = fittype( 'p...

대략 9년 전 | 답변 수: 1 | 1

1

답변

질문


could a non linear surface be fitted to a scattered data?
Hi, i have a scattered data [x, y, z], not gridded. i would like to fit a surface to that data, although i dont what that surf...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


spline fitting for scattered data.
how can i fit a surface spline for scattered [x,y,z] data from the command line. thank you.

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


odd behavior of the colorbar
Hi, after creating a 3D surface, i am trying to add a colobar but i am getting strange results. the colorbar shows the same ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


predetermined grid size for "fit" function
hi, i am trying to fit a surface using the "fit" function: [fitresult, gof] = fit( [data(:,1), data(:,2)], data(:,3), ft, ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to show only a part of a surface fit that falls within a certain polygon
Hi, i have created a surface fit using the next code: *ft = 'thinplateinterp'; [fitresult, gof] = fit( [xData, yData], zD...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


understending PCA final components
Hi, i have a question about PCA results. if i am analysing tidal data record using PCA i am getting first two PC's that look th...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


calculating dual quaternion from two vectors
hi, i have two points (vectors) and i would like to calculate the rotation between them using quaternions. as i understand qu...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


is it posible to create matrixplot for several data types?
Hi, i have a data set on wich i performed a PCA analysis. after getting the "scores" of the analysis im trying to create a mat...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
interpolation on an iregular shaped grid
thank you, thats exactly what i did.

10년 초과 전 | 0

질문


interpolation on an iregular shaped grid
hi, i have a data set off points with (x,y,z) coordinates. those points represents a sort of a path. i would like to create...

10년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
finding similar rows in matrices
thank you. i will try the "intersect" command. is it possible to put several commads of "ismember" one into another? can th...

10년 초과 전 | 0

질문


finding similar rows in matrices
Hi, i have several matrices that has 3 columns each, but the number of rows is not equal. im trying to find a fast way of comp...

10년 초과 전 | 답변 수: 3 | 0

3

답변

질문


cell array conversion to numeric array
hi, i have a cell array that contains numbers and im trying to convert it to numeric array by using the 'cell2mat' command. bu...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


clearing memory during function runing
Hi, im runing a function that uses a lot of memory and sometimes the function stops because there is not enough memory. is it ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


reading text file a matrix of string
Hi, i have a large data file in which each row looks like this: 1/1/2012 00:05:00 0.45 all rows have the same format. i ...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


labeling contour on a PDE solution
Hi, i have a solution for a pde that i got using pde toolbox. i can show the contours but i cant find a way to label them. is...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


switching output based on input
Hi, is it possible to switch the output of a function based on the input that was given to the function? im talking about swit...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


assembeling BC matrix after using "pdebound" (user defind matrix)
Hi, i worte a user defined function for the construction of the boundary conditions. the output of this function is 4 different ...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


constructing a boundry matrix after using "pdebound", user defined function
Hi, i worte a user defined function for the construction of the boundary conditions. the output of this function is 4 differen...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


explanation on boundary condition matrix
where can i find an explanation about boundary condition matrix? especially what does each row in this matrix stands for. the ...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


get solution in spesific point in the domain after solving pde
hi, after solving pde on some domain i've created using: u=assempde(b,p,e,t,c,a,f) is it possible to extract the value in ...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


creating a custom mesh
Hi, i have a matrix containing the nodes of my domain. i also created a matrix containing the boundry elements, each row of th...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


how to create a custom mesh?
Hi, i have a matrix containing the nodes of my domain. i also created a matrix containing the boundry elements, each row of th...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


is it possible to create iregulary shaped mesh grid?
Hello, is it possible to creat a non-rectangular mesh grid? lets say i have point that are aranged in a circle or any other sh...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


how to properly use 'solve' function properly?
hi, i have the next code: %%%%%%%% syms P1 Cv CLb deadrise_angle f1 = 'CLb = P1...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


why do i get an error while using arcsin(x) function?
hi, im trying to use the arcsin function but i keep getting an error. when using the sin function, it works fine: sin(degtora...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


is there a fast working function that can find rotation angles?
is there a built in matlab function that calculats rotation angles (pith, roll , heading) between two sets of points? i did it ...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to properly use 'solve' function properly?
hi, my question might sound weired. i have this equation: x/L - 1 + (h+eta)/ho + A*log(...

11년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to use the 'solve' function?
ok it works..... thank you

11년 초과 전 | 0

더 보기