Statistics
RANK
24 410
of 295 467
REPUTATION
1
CONTRIBUTIONS
37 Questions
8 Answers
ANSWER ACCEPTANCE
24.32%
VOTES RECEIVED
1
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 9 år ago | 1 answer | 1
1
answerQuestion
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...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
spline fitting for scattered data.
how can i fit a surface spline for scattered [x,y,z] data from the command line. thank you.
mer än 9 år ago | 0 answers | 0
0
answersQuestion
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 ...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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, ...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 10 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerinterpolation on an iregular shaped grid
thank you, thats exactly what i did.
mer än 10 år ago | 0
Question
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...
mer än 10 år ago | 2 answers | 0
2
answersfinding 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...
nästan 11 år ago | 0
Question
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...
nästan 11 år ago | 3 answers | 0
3
answersQuestion
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...
nästan 11 år ago | 2 answers | 0
2
answersQuestion
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 ...
ungefär 11 år ago | 2 answers | 0
2
answersQuestion
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 ...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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 ...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 11 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 11 år ago | 1 answer | 0
1
answerQuestion
how to properly use 'solve' function properly?
hi, i have the next code: %%%%%%%% syms P1 Cv CLb deadrise_angle f1 = 'CLb = P1...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 11 år ago | 2 answers | 0
2
answersQuestion
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 ...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
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(...
mer än 11 år ago | 1 answer | 0