results for surf(...) and meshc(...) seem to be the same, but when should be used which one? Singular Values of Matrix A may be relevant here.
ok, I found out the difference:
figure('name','xAx (a)');
subplot(1,2,1)
surf(xAx_a) % 3-D shaded surface plot (plates formed by lines are colored)
subplot(1,2,2)
meshc(xAx_a) % mesh plot incl. contour curves below it (plates formed by lines are transparent)
colormap('hsv')
But how are these contour curves related to SVs?
Solution + explanation:
Of course, there can be a change in residual hearing by inserting the electrode into the cochlea (speed, depth), but I can image also the presence of the electrode inside the cochlear influences...
06 July 2015 4,697 13 View
Sometimes in my calculations I got a vector with non-strict monotonic data. E.g.: 0 0 0 50 70 90 100 or 0 10 40 60 75 85 80 As this problematic case only appears in special cases, the reason is...
02 March 2014 794 6 View
At the moment, I'm trying to fit my given data (5 measured data points) to a function. I tried to do it with polyfit, but sadly as the two highest values almost got the same y-value my polynom...
01 February 2014 3,643 24 View
At the moment I'm running an experiment in ABBA study design with A1 and B1 on test day one and B2 and A2 on test day two. Once I'll have collected all data of the test persons (in about one...
01 February 2014 1,651 5 View
Currently I'm working on a AB-BA test for cochlear implant patients. Here a simple design description: Each test person is tested with his old / normal "settings". (A1) At the same day he does...
11 December 2013 2,814 1 View
Over the last few months I have done tests with two groups under 4 different conditions at 5 levels of difficulty. Untill yesterday, I had never heard of Wilcoxon, correct me if I'm wrong; I'll...
05 June 2013 1,593 2 View
A function y = sin(x) + sin(10 x) * sin(50 x) is given. I built a system matrix A that approximates this sys through the Integral of y, called Y. Now using the LSQR algorithm, it is now possible...
11 December 2012 8,578 0 View
A matrix A = [2 2 4; 1 -1 0; 2 1 3; 3 0 3] is given. The caltulation of the column space is done, correct me if I'm wrong: [B, pivot] = rref(A); % reduced row epsilon form r = length(pivot); CS...
11 December 2012 7,058 7 View
[x, y] = meshgrid(-2:0.02:2); xyf = sin(30*(x)); When plotting fft(xyf) and abs(fft(xyf)), I get this results: (see attachment) Because of x and y as vars, I'm now a bit confused and unsure...
11 December 2012 4,360 3 View
Three light emitters are placed in a room and one detector in each corner (-1;1), (-1;-1), (1;-1) and (1,1). Also the positions of emitters are given. This system should be represented by a...
10 November 2012 9,776 5 View
Is it possible to conduct a molecular dynamics simulation to see the effects of a specific carbohydrate on the structure of lipids (e.g., micelle structure)? I am a beginner in this field and plan...
03 August 2024 3,371 3 View
I am using a windows system, what software I should use for hydration shell analysis with molecular dynamics?
02 August 2024 3,143 4 View
Can we patent a process flow diagram developed using a process simulator but no actual cases is carried out? For example consider a process for certain product manufacture where a new process flow...
31 July 2024 781 1 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Dear All Gromacs User I would like to restart MD without using checkpint .cpt files? I heard there is a way for acheiveing this. Any input and sugegstions are most welcome. Thanking You Budheswar
29 July 2024 3,084 8 View
If I want to calculate molecular dynamics (Gromacs), do I first need to optimize the geometry of the molecule? For example, I first draw the molecule in Avogadro, and then what? I guess I can't...
28 July 2024 673 3 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
Hello. I have the geometry of a blade in CAD file (stp) and I want to prepare the blade for meshing with turboGrid. I must import this file into designModeler and then transfer to the...
27 July 2024 356 3 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View