Answered
Read Data from IMU and Environmental Sensors in C2000 issue
Dear Friends, It is really good question. All N questions here deserves all N optimal answers. What with hardware board? How d...

1 year ago | 1

Answered
Zero forcing equalization plotting
In order it will sound reasonable and Signal Processing domain logically correct, you need your Zero Forcing Equalizer filter...

1 year ago | 0

Answered
to use ismember with arraycell
gg = {'A' ,'A','B' ,'A' } a = cell2mat(gg) g = zeros(1,length(a)); g(find(a=='A')) = 1

1 year ago | 0

Answered
Plot PV diagram for 2 arrays
Dear Friends, Dear prospective employer, Attn.: Important Priority Level 1: This is quite very valuable and interesting p...

1 year ago | 0

Answered
improve fit compared to R
clc; clear global; tol = 1e-07; format('long','g') %format of the numeric values: each number represented by about 15 digit...

1 year ago | 0

Answered
1-D Bilateral Kernel Filter ... with better than O(N^2) complexity?
Smoothing means LPFKey is in FFT Cooley-Tookey and FFTW (decomposition, recursive devide-and-conqure) realization, did you mean...

1 year ago | 0

Answered
Arnoldi method to find eigenvalues
Hi, happy to help: Use next code: clc clear all close all %non-square matrix: %A=[1 0 0 0;0 17 0 0;0 0 -10 0 ;0 0 0...

1 year ago | 0

Answered
how to use all the data for a nonlinear regression?
Hi, I carefully attain further requirements/demands: It's okay, normal right, you do there curve-fitting by l.-m. algorithm, 3...

2 years ago | 0

Question


SC-FDMA LTE multicell PRB to UE scheduling algorithms
Greetings, Having K PRBs ( resources ) and U Users ( UE ) in LTE SC-FDMA multicell uplink system one can construct matrix of ...

13 years ago | 2 answers | 0

2

answers

Question


Perform coordinate transformations on partitioned images to match feature points of two images
Hi, I need to code image morphing in matlab.As a part of the algorithm I need to perform coordinate transformations on the part...

13 years ago | 1 answer | 0

1

answer

Answered
Generating a 3D volume from measured datapoints
There is an interesting solutions using triangulation : http://www.mathworks.com/matlabcentral/fileexchange/28851-alpha-shape-v...

14 years ago | 0

Question


Plot projections on XY , XZ , YZ planes of 3D volume ( triangulated set of samples of 3D body's surface ) using contour function
Hello, I have 3 vectors x_ , y_ , z_ of surface samples of some 3D body that I succeed to approximately plot using matlab by ...

14 years ago | 0 answers | 0

0

answers

Question


3D body plot ( visualization )
Hi, I have little or no experience with volumetric data in MATLAB, I found next appropriated descriptions: <http://www.mathwo...

14 years ago | 1 answer | 2

1

answer

Answered
Background estimation of image in matlab
Sorry there is no full answer at this my post but it can get closer the solution. I work on background estimation using histo...

14 years ago | 0

Answered
Access to array elements
<http://www.mathworks.com/help/techdoc/math/f1-85462.html> Kindest Regards. my web resource: <http://goo.gl/2gh7X>

14 years ago | 0

| accepted

Question


Finding a centroid of an area ( y coord. ) under discrete valued 2D function
Hello, I have a set of discrete pairs ( x , y ) - keys and values - 2D discrete function's samples - a histogram of input digit...

14 years ago | 1 answer | 0

1

answer