Sachin Meena
MathWorks
Followers: 0 Following: 0
I am an Engineer in Engineering Development Group at Mathworks India.
Please note that any comment made here is solely my opinion and owned by me. Mathworks is not responsible for whatever I say. Hence it would be perfectly fine when other community members give a better opinion as they might be a subject matter expert for that issue.
Feel free to add your comments to add some knowledge to a discussion or for correcting me whenever i might seem wrong.
Estadística
0 Preguntas
14 Respuestas
CLASIFICACIÓN
1.876
of 295.495
REPUTACIÓN
34
CONTRIBUCIONES
0 Preguntas
14 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Placeholder for separable convolution layer while importing Keras Models
This might help. https://www.mathworks.com/matlabcentral/fileexchange/27957-separable-n-dimensional-convolution
casi 6 años hace | 0
Using my own controller to test flights
You can place your custom controller file in the "controller" folder.
casi 6 años hace | 0
How to design analog filter in Simulink which can be used for C code generation?
Go through the "Extended Capabilities" section in the following document. It explains how to generate code from "Analog Filter D...
casi 6 años hace | 1
| aceptada
how does one modify the latitude and longitude axies when using the worldmap pllotting option?
Try the following variation of 'worldmap' function. worldmap(latlim,lonlim) https://www.mathworks.com/help/map/ref/worldmap.ht...
casi 6 años hace | 1
Switch button app-designer
You should be able to do that by defining appropriate callback functions. For this scenario, you can write a ButtonPressed callb...
casi 6 años hace | 0
| aceptada
Finding the pixel locations of colors using "Color detection with camera in Android devices" in Simulink?
Hi, these links should help. https://www.mathworks.com/help/supportpkg/android/ref/color-detection.html https://www.mathwork...
casi 6 años hace | 0
How do I create a linear function of cells from a cell array?
The error arises as you are trying to multiply a function handle with scalar 2. The content of your cell array d_w1 are function...
casi 6 años hace | 0
imageDatastore initialization with null
ImageDatastore variables are usually initialized as mentioned in the documentation here https://www.mathworks.com/help/matlab/re...
casi 6 años hace | 0
Neural Network: What kind of NARX do i need: one step or multi step prediction
From the information provided, I believe that NARX would be a good fit for your data. As for the type of prediction, you can rea...
alrededor de 6 años hace | 0
| aceptada
How to partition a table or matrix of observation data so that samples from every group are included?
Try the cvpartition(group,'HoldOut',p,'Stratify',stratifyOption) option, refer to <https://www.mathworks.com/help/stats...
alrededor de 6 años hace | 0
Creating adjacency from the matrix containing not sequence number
You can use the function <https://www.mathworks.com/help/matlab/ref/containers.map.html containers.Map> to map individuals to in...
alrededor de 6 años hace | 1
| aceptada
Incrementally add points to point cloud and perform nearest neighbour search
I believe an approach similar to k-means clustering might work for you - as long as you do not have thousands of clusters. Try t...
alrededor de 6 años hace | 0
| aceptada
How does a tensor product spline equation in MatLab code look like?
Hi Lukas. If I understand your problem correctly, I believe the documentation link that you have provided contains your answer. ...
alrededor de 6 años hace | 0
| aceptada
How does one set the line style for the plotted traces on the dsp.SpectrumAnalyzer object in the script?
Currently, the dsp.SpectrumAnalyzer by itself does not provide you with the option to change the line width. One of the possible...
alrededor de 6 años hace | 0
| aceptada