![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/sgoelmathworkscom_1531935324737_DEF.jpg)
Saumya Goel
MathWorks
Followers: 0 Following: 0
Disclaimer: All the suggestions to any MATLAB answers is my own point of view and doesn't reflect MathWorks point of view.
Estadística
0 Preguntas
24 Respuestas
CLASIFICACIÓN
1.671
of 297.046
REPUTACIÓN
40
CONTRIBUCIONES
0 Preguntas
24 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
Loss_Fun how to programm it
Whenever Loss_Fun is called, there are 3 input arguments that needs to be passed. So, data is one of them, which should contain ...
más de 5 años hace | 0
how to plot segments with different colors
You may consider having a look at this MATLAB answer, if this helps with the query: https://www.mathworks.com/matlabcentral/ans...
más de 5 años hace | 0
How to store datas from a GUI into a .txt file ?
I believe the issue is that you have set the permission as "w" that is every time create a new file or overwrite the contents of...
más de 5 años hace | 0
Is that possible to run MatLab runtime on Azure Function?
Please have a look at these GitHub links: MATLAB Azure Cosmos DB - https://github.com/mathworks-ref-arch/matlab-azure-cosmos-d...
más de 5 años hace | 2
| aceptada
drawfreehand in App Designer ?
At this time, the "drawfreehand" function only takes an 'axes' objects as an argument, not 'UIAxes', the type of axes that are u...
más de 5 años hace | 1
| aceptada
Using loop instead of hardcoding
You can create an array for h and then iterate usign for loop according to size of the array "h". While storing the output of t...
más de 5 años hace | 0
Matlab 2016B A fatal error has been detected by the Java Runtime Environment:
Please try opening MATLAB with command as: C:\> matlab -softwareopengl Or You may try updating the Graphics Driver. ...
más de 5 años hace | 0
Using loop to solve a same equations
As mentioned by Walter, you may consider trying "Polyval". Please refer to this documentation link for more information: https:/...
más de 5 años hace | 0
Store Data into class
You can refer to the MATLAB documentation link on "Create a Simple Class" - https://www.mathworks.com/help/matlab/matlab_oop/cre...
más de 5 años hace | 0
MATLAB startup failure, java.lang.NullpointerException
Please refer to this link and follow the steps mentioned: https://www.mathworks.com/matlabcentral/answers/97167-why-will-matlab-...
más de 5 años hace | 1
How to associate .mlx extension with Matlab in Ubuntu 18.04?
I believe you can try the steps mentioned in this link: https://websiteforstudents.com/open-files-with-default-apps-in-ubuntu-17...
casi 6 años hace | 1
| aceptada
executing matlab scrip from excel
Please refer to this MATLAB documentation - Using MATLAB with Excel. I believe it should help you integrate the MATLAB code with...
casi 6 años hace | 1
| aceptada
how to solve undefined function nlmpc?
As per the "ver" output, you are using MATLAB R2018a, and the Nonlinear model predictive controller function -"nlpmc" was introd...
casi 6 años hace | 0
Calling python script with 'system'
You can refer to below MATLAB documentation in order to execute user defined python script from MATLAB: https://in.mathworks.co...
alrededor de 6 años hace | 0
Does the Deep Learning Toolbox use static and/or dynamic computation graphs?
Currently, the Deep Learning toolbox only uses static computation graphs. I am unable to find any documentation for this. I wi...
alrededor de 6 años hace | 0
Whenever I start MATLAB it will say initiializing in the bottom corner and I cannot run any scripts. What do i do?
You may try the below link: https://in.mathworks.com/matlabcentral/answers/92566-why-does-matlab-get-stuck-in-the-initializing-...
alrededor de 6 años hace | 0
Stateflow's message data type problem
I believe these documentation/video links might help you understand about the message and its properties: Set Properties for a ...
alrededor de 6 años hace | 0
Calling a python function from Matlab. Specific function error.
As per my understanding, this error message might occur due to some issue in user defined python script. You can try the below c...
alrededor de 6 años hace | 1
Why is Simulink browser blank?
Seeing the above image, it seems like your Simulink needs a rebuild or the toolbar itself isn’t loaded. Follow these steps: >>...
alrededor de 6 años hace | 0
License manager error-9
The two most common causes of License Manager Error -9 are: The MATLAB license file was activated for a different computer an...
más de 6 años hace | 0
how to modify read function of imageDataStore in MATLAB to read Large Images block wise?
As per my understanding, use of datastore is normally done in the cases where one needs to work on a collection of image files, ...
más de 6 años hace | 0
Similarity measurement Machine Learning
The effectiveness of the technique depends on the dataset type, so I would suggest you to first try to analyze the type of featu...
más de 6 años hace | 0
Build a machine learning predictor for student performance
I am assuming that you are having data in table format. I think the unstack function might help you resolve the above issue, you...
más de 6 años hace | 1
| aceptada
fitting a function to data by changing a variable
If the function you are referring (myfun) is defined in a script, then it is going to be a local function and cannot be accessed...
más de 6 años hace | 0
| aceptada