Community Profile

photo

Jatin Waghela

MathWorks

Active since 2017

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How to train features that have been extracted by using GoogleNet?
If I understood you correctly, you would like to transfer learning to retrain GoogLeNet to create a classifier. Please refer...

6 years ago | 0

Answered
Matlab error: readonly workspacefunc 350
This error is usually caused by having user-defined functions by the name "builtin", "strjoin" or "strsplit". If that is t...

6 years ago | 9

| accepted

Answered
Matlab is not installing in windows 10 .... Connection error
Refer to the below MATLAB Answers post which gives more information on similar issues: <https://www.mathworks.com/matlabcen...

6 years ago | 0

Answered
How to use h_cubature function from Cubature package in MATLAB?
The "h_cubature" in the above link you provided is a C package. Please refer to the below documentation link which gives more...

6 years ago | 0

Answered
Error: Invalid geometry detected. Edges overlap or intersect at non-end points. for expanding circular subdomains inside larger circle
You may refer to the similar issue discussed at the below link: <https://www.mathworks.com/matlabcentral/answers/328255-how...

6 years ago | 0

Answered
Does matlab support GXT 1080ti (GPU)?
Please refer to the blow documentation link which gives more information on the "Requirements for GPU Computing": <https://ww...

6 years ago | 0

Answered
How do I rectify the following LINK and NMAKE errors?
These issues might occur due to an incomplete installation of Visual Studio C++ 2010. Please try to re-install the compiler and...

6 years ago | 0

Answered
Invalid MEX-file libesmumps.so : undefined symbo
Please refer to the below documentation link which gives more information on troubleshooting MEX files. <https://www.mathwo...

6 years ago | 0

Answered
how to send the value of a Java variable to a matlab variable when the matlab session is accessed in Java?
Please refer to the below documentation link which gives more information and examples: MATLAB API for Java: <https://www....

6 years ago | 0

| accepted

Answered
why do I get the following whenever I try to use wmsread() for any of the NRL TileServer.."Expected the capabilities document from the server, 'http://geoint.nrlssc.navy.mil/nrltileserver/wms?', to contain valid XML."
The "wmsread()" function relies on a stored list of servers responding in a specific way. These servers are out on the internet ...

6 years ago | 0

Answered
how do I delete a duplicate record from an SQLite database using a MATLAB command
Please refer to the below documentation link which gives more information on deleting data from the database using MATLAB. <h...

6 years ago | 0

Answered
I am running R2015aSP1 and recently have gotten errors in trying to read OPeNDAP files that I previosuly had no issues with; other people I know have no problems using data from the same OpENDAP source; the errors I am getting are noted below.
The errors you are receiving are due to the older OPeNDAP servers that do not conform to DAP 2.0 protocol. To resolve those erro...

6 years ago | 0

| accepted

Answered
Load 64-Bit .dll Library from Sub-Folder
One possible reason for this error could be that the function is trying to access the temp directory on your machine but the pat...

6 years ago | 0

Answered
how to change c++ default compiler
Please refer to the below documentation link to change the default compiler: <https://www.mathworks.com/help/matlab/matlab_ex...

6 years ago | 0

Answered
Error creating the node in matlab
To workaround this issue, can you try to create the java object directly: ipAddress = '172.28.194.92'; rosCore = org.ros.R...

7 years ago | 0

Answered
I have a problem dealing with opening a simulink model.
The issue looks like system specific. Antivirus, security software or virtualization can corrupt the files. This can also lead t...

7 years ago | 0

| accepted

Answered
How can I force a figure window to open behind another on a monitor that is not the default?
Could be that the first gcf call is getting the position of the waitbar, not the original object? Or it was getting the position...

7 years ago | 0

Answered
How to numericaly integrate in simulink-block "matlab function" block
The code you provided seems to work fine for me when I run the code directly in MATLAB. Please use the below command to ensu...

7 years ago | 0

Answered
How to install MinGW 4.9.2 for Matlab
MATLAB only supports TDM-gcc MinGW 4.9.2 for use in MATLAB for compiling MEX-files. Other versions of MinGW or MinGW 4.9.2 downl...

7 years ago | 1

Answered
Root locus negative gain
Suggestions: In his case, you are actually plotting two root locus plots on the axes. One is the original of the system, the...

7 years ago | 0

Answered
Extract object from image
Suggestions: You could maybe do some smoothing or other convolution to try to get rid of background gridlines. To get rid...

7 years ago | 0