답변 있음
How can I draw gramm graph on UIAxes in App Designer?
You can find similar question in below link : https://www.mathworks.com/matlabcentral/answers/503372-how-to-plot-a-graph-on-the...

대략 4년 전 | 0

답변 있음
How to count and display the number of input?
nargin returns the number of input arguments given to a function while executing. So, in the above problem you have passed zero...

대략 4년 전 | 1

| 수락됨

답변 있음
Cannot open a structure file in Matlab
The reason for this error might be due to MAT file corruption in the network drive. Another indication of the MAT file being co...

대략 4년 전 | 0

답변 있음
helperPlotConfidenceEllipsoid,helperAddDistanceLines
The helperPlotConfidenceEllipsoid and helperAddDistanceLines are used in Fault Diagnosis of Centrifugal Pumps Using Steady State...

대략 4년 전 | 0

| 수락됨

답변 있음
opening a raw file
As you have mentioned, the image is grey scale the max and min intensity pixel values from your image is 255 and 0 which means t...

대략 4년 전 | 0

답변 있음
How to generate a stacked plot with a scroll bar?
The ability to use scrollbar in MATLAB figure window is not available. But as an work around you can download a File Exchange ...

대략 4년 전 | 0

| 수락됨

답변 있음
Error check on dates
From my understanding, you want to check whether the given date is valid, and it falls in range (1990 and 2020). You can make u...

대략 4년 전 | 0

답변 있음
create a .dll and .lib file
If you are trying to compile any MATLAB file, then it’s corresponding .dll and .lib files gets linked in the process. But if you...

대략 4년 전 | 0

답변 있음
매트랩 Microsoft Visual c++ compiler 설치 인식 오류
From my understanding, the issue is generally caused when you install Microsoft Visual Studio 2015 in “Typical” setup option whi...

대략 4년 전 | 0

답변 있음
Converting a 3D object (in spherical coordinates) to an stl.
You may use stlwrite to convert a 3D object to STL file from triangulation. There is also a File exchange available to extend s...

대략 4년 전 | 0

답변 있음
plot3를 이용하여 [2*cos(t),2*sin(t),5] 공간곡선 그리기
From my understanding, The plot3 function takes x,y,z as input arguments all are of same size or dimension. In the problem sta...

대략 4년 전 | 0

답변 있음
Setting color to text from a colormap
You can set the text color to RGB format by setting ‘Color’property of ‘text’ function. You can make use of the following code ...

대략 4년 전 | 0

| 수락됨

답변 있음
Which file Matlab selects if two different files with the same name are put under two folders, which are both added via addpath?
This is a known issue with addpath function in MATLAB R2017a and R2017b. This got fixed in R2018a. It is recommended to update t...

대략 4년 전 | 1

| 수락됨

답변 있음
Unstack: how to create a pivot table like this?
The following might be of help to you Unstack function can be used to create the required model The share is calculated as (am...

대략 4년 전 | 0

| 수락됨

답변 있음
How can I open the Matlab due to the fatal error.After i tried to install some stuffs from math works?
This error can occur when MATLAB gets corrupted during the installation process. To resolve this issue, disable any security so...

대략 4년 전 | 0

답변 있음
Windows taskbar height in normalised units
The difference in solutions is due to the following reason MATLAB calculates the original position faster than the figure to ma...

대략 4년 전 | 0

| 수락됨

답변 있음
Save Matlab movie as .wrl file
If you are using MATLAB version before 2014a you can make use of vrml function. For all the later version you can download it f...

대략 4년 전 | 0

답변 있음
Installation: "Error: Unable to connect to host.sun.securityValidatorException: PKIX path building failed..."
The connection issue could be due to internal Certificate Authority’s configuration. The following are some options to overcom...

4년 초과 전 | 0

답변 있음
How to find area from a plotted graph which was imported from excel
Generally, in order to find an area under graph integration is used. As data is already imported in this case, use trapz or poly...

4년 초과 전 | 0

| 수락됨

답변 있음
Change colour of cells of an excel worksheet imported into matlab
I have attached the excel file for the reference work. The code below is used to color a cell in third column with values great...

4년 초과 전 | 0

답변 있음
How can I install matlab in the D drive?
There was a similar question asked. Refer the following link- https://www.mathworks.com/matlabcentral/answers/324673-how-can-i-...

4년 초과 전 | 0

| 수락됨

답변 있음
Insert Data Into New Table example ODBC to Microsoft Excel file
The reason behind the error may be due to database is read-only and Schema name is case sensitive in MATLAB. Also refer the fol...

4년 초과 전 | 0

답변 있음
Shading in between time series plots
There was similar question asked. Refer to the following links – https://www.mathworks.com/matlabcentral/answers/180829-shade-...

4년 초과 전 | 0

답변 있음
display .csv data on a graph with a map
If all the files need to be plotted on the same graph then use ‘hold on’ and ‘hold off’. If all the files graphs need to on the...

4년 초과 전 | 0

답변 있음
how to find curve fit for my plot?
In order to get the second plot, Pre-processing of data is required. The pre-processed data then can be applied with the functio...

4년 초과 전 | 0

답변 있음
How to plot this graph?
The below code could be helpful in plotting the graph. load data x=data.Latitude; y=data.CUE; std_dev=std(y); %calculate sta...

4년 초과 전 | 0

| 수락됨

답변 있음
CONFUSION MATRIX RESULTS INFORMATION FOR PRETRAINED NEURAL NETWORK
Hi, In a confusion matrix the rows correspond to predicted class (Output class) and columns corresponds to true class (Target c...

4년 초과 전 | 0

답변 있음
MATLAB crashing when plotting with AMD drivers
Hi, Go through the following links first: https://www.mathworks.com/matlabcentral/answers/380201-why-does-matlab-crash-when-p...

4년 초과 전 | 0

| 수락됨