Feeds
已回答
fittting data using nonlinear optimization fminsearch
hello seems to me the data looks like a traditionnal exp decaying pulse - I don't undertsand how you can have the 1/t² ampli...
fittting data using nonlinear optimization fminsearch
hello seems to me the data looks like a traditionnal exp decaying pulse - I don't undertsand how you can have the 1/t² ampli...
1 day 前 | 0
已回答
how to plot graph as file attached.
hello you can read your header file with any matlab function that read ascii / txt files . Here I opted for readlines . Still ...
how to plot graph as file attached.
hello you can read your header file with any matlab function that read ascii / txt files . Here I opted for readlines . Still ...
2 days 前 | 0
已回答
Frequency Response Function and FFT for Modal Analysis
hello yes I a coming very late in the show but maybe there is still a need for a better code you can improve the FRF estimat...
Frequency Response Function and FFT for Modal Analysis
hello yes I a coming very late in the show but maybe there is still a need for a better code you can improve the FRF estimat...
3 days 前 | 0
已回答
How to find distance in a for loop using d=distance
hello the loop must stop one index value before the end also I would suggest you index the d value so you get (numel(TrackLa...
How to find distance in a for loop using d=distance
hello the loop must stop one index value before the end also I would suggest you index the d value so you get (numel(TrackLa...
7 days 前 | 1
已回答
I have created a depth map using a time of flight sensor by measuring the distances to create a depth map I am not sure if it is correct.
hello the code seems correct but the look of the 3D plot seems 'maybe) questionnable . I had a feeling that the Z values belo...
I have created a depth map using a time of flight sensor by measuring the distances to create a depth map I am not sure if it is correct.
hello the code seems correct but the look of the 3D plot seems 'maybe) questionnable . I had a feeling that the Z values belo...
8 days 前 | 0
已回答
How can I obtain accurate and high-quality FRF results?
hello again I made very few changes to the code - I think that you cannot get any better results if you use only one hit data....
How can I obtain accurate and high-quality FRF results?
hello again I made very few changes to the code - I think that you cannot get any better results if you use only one hit data....
18 days 前 | 1
| 已接受
已回答
Put arrow and its value in a plot
hello this is a simple example , based on the fex submission : arrow - File Exchange - MATLAB Central load('data_ask_MLD'...
Put arrow and its value in a plot
hello this is a simple example , based on the fex submission : arrow - File Exchange - MATLAB Central load('data_ask_MLD'...
20 days 前 | 0
已回答
LQI controller is weirdly slow in response and doesn't always reach a goal on plant
hello again used a simplified version of your model and applied simple PID control (easier for real time conversion) : % Def...
LQI controller is weirdly slow in response and doesn't always reach a goal on plant
hello again used a simplified version of your model and applied simple PID control (easier for real time conversion) : % Def...
28 days 前 | 1
已回答
rms of noise signal
hello to get the correct result, you need two uncorrelated random generators. here you are using the same seed , so the two ou...
rms of noise signal
hello to get the correct result, you need two uncorrelated random generators. here you are using the same seed , so the two ou...
29 days 前 | 0
已回答
Sinewave with log frequency - Shows the wrong frequency content
hello you have to compute the angle increment vs time then take the sine of that angle (or, in other words, do the integral of...
Sinewave with log frequency - Shows the wrong frequency content
hello you have to compute the angle increment vs time then take the sine of that angle (or, in other words, do the integral of...
1 month 前 | 0
| 已接受
已回答
improve fit compared to R
hello I interpreted your question as how to fit a U shaped function to your data , so at the end I opted for a parabola , is t...
improve fit compared to R
hello I interpreted your question as how to fit a U shaped function to your data , so at the end I opted for a parabola , is t...
2 months 前 | 0
已回答
Sampling time of matlab figure data
hello to retrieve data from a figure , you can do it by two ways : for recent releases : openfig('data points.fig'); set(...
Sampling time of matlab figure data
hello to retrieve data from a figure , you can do it by two ways : for recent releases : openfig('data points.fig'); set(...
2 months 前 | 0
| 已接受
已回答
Interpolate pairs of values from matrix
hello you can surely get the required x , y data for a given z value ; use contour for that purpose as shown in code example b...
Interpolate pairs of values from matrix
hello you can surely get the required x , y data for a given z value ; use contour for that purpose as shown in code example b...
2 months 前 | 0
| 已接受
已回答
how to extract (x) coordinates and (y) coordinates of the top boundary from bwimage
hello this is a solution that does not even require the Image processing toolbox of course I had to do a bit of gym to conver...
how to extract (x) coordinates and (y) coordinates of the top boundary from bwimage
hello this is a solution that does not even require the Image processing toolbox of course I had to do a bit of gym to conver...
2 months 前 | 0
已回答
Trouble in reading .tdms file
hello No toolbox required here - I simply used this Fex submission (files are attached if you prefer the fast way) ConvertTD...
Trouble in reading .tdms file
hello No toolbox required here - I simply used this Fex submission (files are attached if you prefer the fast way) ConvertTD...
2 months 前 | 0
| 已接受
已回答
Plot Fourier Transform (FFT) Interpolation Model into future
hello Giacomo first I corrected some minor bugs (before we dig into more technical stuff) A is an amplitude so you should t...
Plot Fourier Transform (FFT) Interpolation Model into future
hello Giacomo first I corrected some minor bugs (before we dig into more technical stuff) A is an amplitude so you should t...
2 months 前 | 0
已回答
Colormap generated using the information of different arrays
hello Richard again you were pretty close to the solution , but to actually make the transparency work you should replace this...
Colormap generated using the information of different arrays
hello Richard again you were pretty close to the solution , but to actually make the transparency work you should replace this...
3 months 前 | 1
| 已接受
已回答
comment savoir si un dossier est vide
hello The dir structure will return only the two directories entries '.' and '..'. So, check length(d)==2, if that is the cas...
comment savoir si un dossier est vide
hello The dir structure will return only the two directories entries '.' and '..'. So, check length(d)==2, if that is the cas...
3 months 前 | 0
已回答
Moving window percentile computation using Conv
hello maybe this ? NB it does not need conv but requires Statistics and Machine Learning Toolbox % dummy data t= 0:0.25:100;...
Moving window percentile computation using Conv
hello maybe this ? NB it does not need conv but requires Statistics and Machine Learning Toolbox % dummy data t= 0:0.25:100;...
3 months 前 | 0
| 已接受
已回答
Why does the signal become thicker after noise reduction and the dots on both sides diverge?
hello again you can already get decent results with smoothdata , other smoothing techniques based on splines or NN could also ...
Why does the signal become thicker after noise reduction and the dots on both sides diverge?
hello again you can already get decent results with smoothdata , other smoothing techniques based on splines or NN could also ...
3 months 前 | 0
已回答
extracting overlapping portions of 2 similar tracks
hello you could do something like this ... I have manually checked which track is the longest and the code works here because ...
extracting overlapping portions of 2 similar tracks
hello you could do something like this ... I have manually checked which track is the longest and the code works here because ...
3 months 前 | 0
已回答
Matlab code to find the Wave height
hello again I am by no means an image processing expert, but sometimes I go outside my comfort zone ... hopefully my suggestion...
Matlab code to find the Wave height
hello again I am by no means an image processing expert, but sometimes I go outside my comfort zone ... hopefully my suggestion...
3 months 前 | 0
已回答
how to separate the real and imaginary parts inside a cell
Maybe this ? % create dummy data n = 32; for k = 1:2 cellarray{k} = k*ones(n,n)*(1+1i*5); end % process it for ...
how to separate the real and imaginary parts inside a cell
Maybe this ? % create dummy data n = 32; for k = 1:2 cellarray{k} = k*ones(n,n)*(1+1i*5); end % process it for ...
3 months 前 | 0
已回答
Change format of field contour labels that have been manually added in a tiled layout
why not create explicitely the levels (V array) ? a = 0.98; b = 1.02; Z = peaks(99)/100 + (a+b)/2 ; XY = [-0.375:.125:.37...
Change format of field contour labels that have been manually added in a tiled layout
why not create explicitely the levels (V array) ? a = 0.98; b = 1.02; Z = peaks(99)/100 + (a+b)/2 ; XY = [-0.375:.125:.37...
3 months 前 | 0
| 已接受
已回答
How to find center and radius of an arc from binarized image
hello this is what I can offer you today you will need the attached function (CircleFitByTaubin.m) , and this Fex submissio...
How to find center and radius of an arc from binarized image
hello this is what I can offer you today you will need the attached function (CircleFitByTaubin.m) , and this Fex submissio...
3 months 前 | 0
已回答
How do i show the "delta" difference between the two plotted curves?
hello you need to "realign" your two data sets vs common x vector - in other words we need to creat a new x vector and inter...
How do i show the "delta" difference between the two plotted curves?
hello you need to "realign" your two data sets vs common x vector - in other words we need to creat a new x vector and inter...
3 months 前 | 0
| 已接受
已回答
Extraction of the spatial coordinates of a curve and calculation of the normal line to each of its points
hello tried a few things here As far as I have understood correctly your question, the points you are looking for are given ...
Extraction of the spatial coordinates of a curve and calculation of the normal line to each of its points
hello tried a few things here As far as I have understood correctly your question, the points you are looking for are given ...
3 months 前 | 1
| 已接受
已回答
Put to white the plot space outside a geometric shape
hello have you checked that the colorbar is symetric around zero (to have white color correspind to zero exactly ? ) this re...
Put to white the plot space outside a geometric shape
hello have you checked that the colorbar is symetric around zero (to have white color correspind to zero exactly ? ) this re...
4 months 前 | 1
| 已接受
已回答
Error: unrecognized function or variable "bi2de"
Thanks to this post it was easy to (re)create the missing / unknown bi2de function (see end of the code) : Most efficient way to...
Error: unrecognized function or variable "bi2de"
Thanks to this post it was easy to (re)create the missing / unknown bi2de function (see end of the code) : Most efficient way to...
4 months 前 | 0
已回答
comment afficher une image à un endroit spécifié d'un axe ?
hello Daniel you need to freeze your axes , otherwise you will not get the desired results here I simply used "hold on" after...
comment afficher une image à un endroit spécifié d'un axe ?
hello Daniel you need to freeze your axes , otherwise you will not get the desired results here I simply used "hold on" after...
4 months 前 | 0