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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

| accepted

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

| accepted

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

| accepted

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

nästan 5 år ago | 0

| accepted

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

nästan 5 år ago | 0

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

nästan 5 år ago | 0

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

ungefär 5 år ago | 0

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

ungefär 5 år ago | 0

| accepted

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

ungefär 5 år ago | 0

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

ungefär 5 år ago | 1

| accepted

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

ungefär 5 år ago | 0

Answered
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*(...

ungefär 5 år ago | 0