답변 있음
change the order of Autosar Caller function arguments
Correction found: arrguments must be arguments (1 r). What is the rationale and a motivation for doing so? Accordi...

19일 전 | 0

답변 있음
How can I reduce oscilltions in control signal in LQI controller and why response is so similar even using different models?
Good day. The topic, theme, the agenda of the special regulator control strategy design, verification and implementation for cu...

28일 전 | 0

| 수락됨

답변 있음
My code has an opstruct error. What does it mean and how to solve it?
format long clc clear all f = @(x,y)exp(-(x.^2+y.^2)); x_min = 0; x_max = 1; y_min = 0 ;% it already matched w/o to...

29일 전 | 1

답변 있음
How to do autocorrelation with a given data
clc clear all close all stdv = 4; norm_option = 'normalized'; %unbiasd, biased t = 3:3:30; A = [3.523;3.523;3.43;3.3...

29일 전 | 0

| 수락됨

답변 있음
problem with polyeig
I corrected the question post: Hi everyone, I'm Giacomo Perfetti. I'm a mechatronic engineer and I'm doing my work of thesis ...

대략 1개월 전 | 0

답변 있음
Does ordinary "eig" calculate eigenvalues faster than "polyeig"?
clc clear all close all %format native-bit format longg rand('state',1) %for ProblemComplexty = 2:1:1000 ProblemC...

대략 1개월 전 | 1

답변 있음
Problem in a disturbance rejection tuning controller
I added to it and run it in 2024 Simulink: Than I settled your control with 1 PID to the convergence: With PI only con...

대략 1개월 전 | 0

답변 있음
Problem in a disturbance rejection tuning controller
Dear Prospective Service Buyer. I indeed worked and submitted results within IMC, MPC Control Systems Engineering domains. ...

대략 1개월 전 | 0

답변 있음
solving nonlinear equation using newton method
I revamped the software code scientific computing TCE programme, here is good answer I provided: clc clear all close ...

대략 1개월 전 | 0

답변 있음
Does the Matlab 2023a allow to solve 3D partial differential equations?
Of course OK.

대략 1개월 전 | 0

질문


Picture comparison, latest.
I have completed running C++ code for image stitching using ASIFT. Which robust, reliable, SOTA, industrious, accurate, fast,...

대략 1개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Partitioning a vector of doubles into cells using a second vector to index
clc clear all close all vectorContents = 1:7 indexingVector = [1 1 1 2 2 3 3] uniqueInds = unique(indexingVector) stor...

대략 1개월 전 | 0

답변 있음
How to Set a Minimum Step Size for Variables in GA Solver (Global Optimization Toolbox)?
I solved it complete. Solution AB1: close all force; clc; clear all clear global; tol = 2.7756e-1; ...

대략 1개월 전 | 0

답변 있음
Solution of system of nonlinear equations
Here, I've solved it in more than 4 methods, for specific equations' system approximated solutions found with fixed interval c...

대략 1개월 전 | 0

답변 있음
How should I call animation from classdef?
classdef classDoublePendulum %< handle properties Length1 = 1; Length2 = 1; ...

대략 1개월 전 | 0

답변 있음
What do I need to create a coherent new set of numbers?
According to phylosophy, the novel set of numbers should be closed under: Distinction property (i.m. how to distinguish between...

대략 1개월 전 | 1

답변 있음
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개월 전 | 1

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

대략 1개월 전 | 0

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

대략 1개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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개월 전 | 0

답변 있음
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...

대략 2개월 전 | 0

답변 있음
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...

대략 1년 전 | 0

질문


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 ...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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...

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

1

답변

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

거의 13년 전 | 0

질문


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 ...

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

0

답변

질문


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

거의 13년 전 | 답변 수: 1 | 2

1

답변

답변 있음
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...

대략 13년 전 | 0

더 보기