Answered
Calculate Dominant wavelength in CIE 1931
You can use the below function: function varargout=dp2xy(varargin) %DP2XY Calculate chromaticity from dominating wavelength ...

1 year ago | 0

Answered
Accurate plotting a raster within the coastlines
‘landmask’ function returns a logical array describing the landness of any given lat/lon arrays. land = landmask(..., quality...

1 year ago | 0

Answered
Incrusting polyshape datas in my plotm map
Think about how polyshape works: You need a closed region. Inside this interval of x-values of your ROI you need correspondig ...

1 year ago | 0

Answered
Extracting points for sharp curvature from signed distance function array
You can use ‘ischange()’ function which detects abrupt changes in data. The detailed documentation link for the same is given h...

1 year ago | 0

Answered
Dynamic Model unable to linearize because of multiple Sign blocks
As per my understanding, you want to linearise your model having sign blocks.There is one answer for a similar error which you c...

1 year ago | 0

Answered
How do I access all controls in the R2015b Toolbar Editor?
As per my understanding, you want to find your hidden buttons in MATLAB R2015b.Each quick access toolbar button has a label that...

1 year ago | 0

Answered
How can I delete all the rays and keep just one ray in my site viewer in ray tracing?
Hi, As per my knowledge you can handle rays in MATLAB site viewer using the documentation link here. Hope this helps you. ...

1 year ago | 0

Answered
Using sim command in parfor
As you haven’t specified your exact issue I am assuming you want you want to use 'sim' function inside 'parfor' loop.You can c...

1 year ago | 0

Answered
运行这个案例Lidar Localization with Unreal Engine Simulation时出错
As per my knowledge, I think there is an issue with your image size. Try resizing the image and run the code. You can follow t...

1 year ago | 0

Answered
Unreal Engine to visualize massive point cloud (plot and interaction, zoom, rotation and such)
As per my understanding, you want to plot a large data set in MATLAB and want to interact with it using features like Zoom In, Z...

1 year ago | 0

Answered
How to represent a Simulink model as graph
I understand that you want to see your Simulink model as a graph representation and vice versa. You can follow the given steps h...

1 year ago | 0

Answered
How to convert a figure of a minimal surface into an STL or OBJ file?
The github link you mentioned in the question is unfortunately not working. But assuming you want to convert your file into .stl...

1 year ago | 1

Answered
App designer, change trends on plot with mouse movement?
App designer does allow to control the appearance and behaviour of UIAxes. As you haven’t specified which type of trend line ...

1 year ago | 0

Answered
Splitting Simscape model into multiple files
A Simscape network cannot be directly divided into separate parts for simulation on different processors. Therefore, you need to...

1 year ago | 0

Answered
How to visualize the external force applied on a Simscape Multibody model in the mechanics explorer simulation?
Try following the below steps: In the Modelling tab, select “Model Settings > Model Settings”. In the left pane of the Confi...

1 year ago | 0

Answered
Using MATLAB library functions with outside solvers
Assuming that you have created your model in Simulink, Simulink does not allow users to use custom solver instead of the ones av...

1 year ago | 0

Answered
Tic Toc time programming function
I understand that you want to call your function in app designer multiple times and add intervals to your code . Have a look a...

1 year ago | 0

Answered
MATLABWindow application failed to launch. Unable to launch the MATLABWindow application. The exit code was: -1073741819
For troubleshooting your issue, please try the below settings: Right click on the MATLAB icon and choose properties. Update...

1 year ago | 2

Answered
Running "Findpeaks" feezes matlab
Seems like the issue is with the printer. Check the thread given here. This can help in solving your issue.

1 year ago | 0

Answered
In Simulink->Help I get: "Warning Documentation Files Not Found"
You can see the thread here and follow the solution given. The error message displayed in your case is slightly different but ...

1 year ago | 0

Answered
When I run my code in Matlab it displays a graph but in Simulink it doesn't
Assuming that your model and connections are correct, you will be able to see the graph once you double click on the scope block...

1 year ago | 0

Answered
music play used toolbox
MATLAB does not offer any separate toolbox to play music. This can be done without using any separate toolbox. In order to play ...

1 year ago | 0