Beantwortet
Multiobjective optimisation with 2D (empirical) distributions - am I doing this right?
Hi, gamultiobj is used to show the tradeoff between objectives which depends on the same parameters. Specify ‘PlotFcn’ as ga...

fast 7 Jahre vor | 0

Beantwortet
Simulink MATLAB Function fully interpreted in MATLAB
Hi, Some functions are not supported in MATLAB function block. Instead you can use S function block in Simulink which can incor...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
What to state on the left side using splitapply and polyfit?
Hi, The third argument to the polyfit function is order which should be a single variable and not an array. The arguments in ...

fast 7 Jahre vor | 0

Beantwortet
How can i use scatter plot in simulink?
Hi, The scatter function is not supported in simulink. If you want a scatter like plot you can change the settings in the sty...

fast 7 Jahre vor | 0

Beantwortet
KStest for unimodal and bimodal models
Hi, Kstest(x) returns a test decision for the null hypothesis that the data in vector x comes from a specified standard normal...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
TCPIP connection timing out when streaming data from MTConnect
Hi, The below link provides all the possible causes of errors and ways to solve them https://www.mathworks.com/help/instrume...

fast 7 Jahre vor | 0

Beantwortet
I am using Matlab Guide and need advice on how to multiselect from a listbox populated with numeric data and save the selected items (>2) into an array.
Hi, First populate your list box with the azimuth data in the opening function function listmultbox_OpeningFcn(hObject, event...

fast 7 Jahre vor | 0

Beantwortet
How do I compute the volume under an sfit surface (fo=fit([x,y],z,'poly33') over the area of a polyshape (shape=polyshape(x,y))?
Hi, Volume under sfit surface can be calculated using triplequad function.It evaluates the triple integral of function over th...

fast 7 Jahre vor | 0

Beantwortet
Inverse differential kinematics equation X_dot = J*q_dot
Hi, If the matrix X is a function of t ,then X_dot = J*q_dot reduces to 7 equations with 5 unknowns (t,theta1 ,theta2,theta3 ,t...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
Surface and Line interaction point
Hi, As you know coordinates of the surface ,first determine the normal vector to the surface From your code the coordinates...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
Is there a way to find the starting position of a revolute joint in Simscape Multibody and use it as a variable to determine how much to rotate another frame?
Hi, As you specified we can get the start values from the variable viewer but cannot access the values from variable viewer dir...

fast 7 Jahre vor | 0

Beantwortet
Get the indices of surface triangle from a tetrahedral mesh.
Hi, Refer to the below link in file exchange https://www.mathworks.com/matlabcentral/fileexchange/10408-contours-for-triangula...

fast 7 Jahre vor | 0

Beantwortet
How to extract certain pixels from an image and reshape to plot?
Hi, You can directly crop the required part of the image by using the imcrop() function Specify the required size and the pos...

fast 7 Jahre vor | 0

Beantwortet
How fill color for base load, peak load, intermediate load?
Hi, The issue is that the base value of the first area is changing when the second area is displayed when using area() function...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
How can I make a sigma sum graph?
Hi, As the integral and summation are two different functions,we can't get the exact same results with the both.As the lower li...

fast 7 Jahre vor | 0

Beantwortet
Plot hovering over curve to get values in an Array Plot (Simulink)
Hi, In order to get the values from the plot in simulink, enable the screen cursors in the cursor measurements settings of the ...

fast 7 Jahre vor | 1

| akzeptiert

Beantwortet
Resize Buttons during runtime - App Designer
Hi, You can set the AutoResizeChildren to ‘on’ in the property inspector of each component of your application, so that the com...

fast 7 Jahre vor | 0

Beantwortet
how to solve an equation with two unknowns
Hi, For solving the equation with 2 variables,you can use the solve() function syms n syms p p=solve(n*(1 - p)^(n - 1)-n*p*(...

fast 7 Jahre vor | 0