photo

Abhinaya Kennedy


Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
distinguish a two-dimensional image from a three-dimensional in matlab
In MATLAB, distinguishing between two-dimensional (2D) and three-dimensional (3D) images can be done by examining the size of th...

4 días hace | 0

Respondida
How do I set a temperature and/or colour range for a surface temperature map of WRF data?
% Load data filename = 'wrfout_d03_2018-07-03_12:00:00'; temp = ncread(filename, 'TSK'); longitude = ncread(filename, 'XLONG'...

4 días hace | 0

Respondida
trim a plot and modify mesh
Step 1: Extract Frames Assuming img is your data matrix and you know the dimensions and positions of each frame: % Define fra...

4 días hace | 0

Respondida
Please help me to run surf plot with bvp4c.
To create a surface plot using the bvp4c solution in MATLAB, you need to organize your data into matrices that represent the x, ...

4 días hace | 1

| aceptada

Respondida
marsbar ROI export error
To resolve the MarsBaR error regarding a non-existent file path: Check ROI Paths: Ensure your ROI files don't reference old or ...

4 días hace | 0

Respondida
This is showing eror. Unrecognized function or variable 'chaincode'. Error in PELATIHAN (line 48) cc(k)= chaincode(G(k)); Please tell me where I am making mistake.
The error "Unrecognized function or variable 'chaincode'" suggests MATLAB can't find the chaincode function. Here's how to resol...

4 días hace | 0

Respondida
Cannot saveas SVG file with error "using alternatePrintPath"
To resolve the error when exporting a .svg from MATLAB with grouped bar charts and a categorical x-axis: Switch Renderer: Use o...

6 días hace | 0

Respondida
how to create a histogram for featim?
Here are some points to consider: Variable Scope: featim is being overwritten in each iteration of the loop. If you want to cre...

6 días hace | 0

Respondida
Why do I receive the error "illegal instruction detected" when i run SPMMouse on Matalab 2014a?
To resolve the "illegal instruction detected" error in MATLAB 2014a with SPMMouse on Windows 11, try the following: Run in Comp...

6 días hace | 0

Respondida
Clustering GPS times based on the hour of the day
To simplify your function, you can convert the timestamp to MATLAB's datetime format (https://www.mathworks.com/help/matlab/ref/...

7 días hace | 0

Respondida
problem with operations with a for loop
Since you have not provided the entire code, here is a generic set of steps you can do to figure out what the problem might be. ...

7 días hace | 0

Respondida
Sorting set of points
To separate the clusters of red points into individual variables in MATLAB, you can use logical indexing or clustering technique...

7 días hace | 0

Respondida
When saving a plot as a vector image, plot lines disappear
The issue of plot lines disappearing when saving a figure as a vector image in MATLAB can sometimes be related to the renderer b...

25 días hace | 0

Respondida
I am using quiver3, arrow heads orientation
quiver3(X, Y, Z, U, V, W)(https://www.mathworks.com/help/matlab/ref/quiver3.html) plots arrows with directional components U, V,...

25 días hace | 0

Respondida
Both Pcolor color plot and quiver plot in log scale
To plot a pcolor plot with a logarithmic y-axis and overlay it with a quiver plot also in a logarithmic scale, you need to ensur...

25 días hace | 0

Respondida
Error envelope/shaded bar on stair plot
As far as I can see, you want to create a shaded error envelope around a stair plot. You need to ensure that the coordinates for...

27 días hace | 0

Respondida
I want to plot phase diagram.I have written a code of nullcline and want plot phase diagram
This version of your code includes plotting the nullclines and the phase diagram. It uses the "quiver" function (https://www.mat...

27 días hace | 0

Respondida
How to determine the minimum point of a plot?
A function can help you with finding the minimum value of your plot. You can define the function as follows: Inputs: data: The...

27 días hace | 0

Respondida
gamultiobj does not return a truly nondominated pareto set
It looks like you're issue is with the Pareto front returned by the "gamultiobj" solver in MATLAB. You can try the following: S...

28 días hace | 0

Respondida
Problema con definizione di una funzione
Hi Pasquale, Dato che non conosco l'italiano, risponderò alla tua domanda in inglese. Ci scusiamo per l'inconveniente. It seem...

28 días hace | 0

Respondida
Plot 3D surface within nonlinear bounds
To plot the surface only within the specified bounds, you need to mask the values outside the bounds. This can be achieved by se...

alrededor de 2 meses hace | 1

Respondida
Simulink model: how to get cameraParams?
Ensure that your "cameraParameters" object is available in the MATLAB workspace. Open your Simulink model and add a MATLAB Func...

alrededor de 2 meses hace | 0

Respondida
Hello i need help with this error i am working in LQR control by LMI
It looks like an issue where the matrix "Pfeasible" contains "NaN" or "Inf" values. This happens due to numerical issues or infe...

alrededor de 2 meses hace | 0

Respondida
Raspberry Pi Zero W Connection Issue
To resolve issues with downloading libraries and packages for your Raspberry Pi Zero W using the MATLAB support package, start b...

2 meses hace | 0

Respondida
How can I fix the error that says "Unable to create a valid geometry. The input triangulation does not form a closed volume."?
You're getting this error because the STL file you're importing from Blender into MATLAB doesn't define a closed volume. 1. Th...

2 meses hace | 0

Respondida
whats this block in matlab simulink
The block pointed to by the green arrow in the image appears to be a voltage regulator. Voltage regulators are used in a variety...

2 meses hace | 0

Respondida
How to animate a mechanism?
1. Define a function for animation: Create a function that takes "theta1" and "theta2" as arguments and updates the positions o...

2 meses hace | 0

Respondida
dempester shafer theory for feature selection
While there's no built-in DST toolbox, here are resources that can help you with the implementation: Custom Dempster-Shafer Fun...

2 meses hace | 0

Respondida
Font problems when exporting box plot with Greek letters
You can use the "export_fig" function. (https://www.mathworks.com/matlabcentral/fileexchange/23629). This saves Figure/axes and ...

2 meses hace | 0

Respondida
Can I combine imported geometry with basic shapes?
Import STL Geometry: Use "importGeometry('your_stl_file.stl')" for a standalone object. (https://www.mathworks.com/help/pde/ug/...

2 meses hace | 0

Cargar más