Jatin Waghela
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
21 Answers
RANK
1,806
of 295,569
REPUTATION
36
CONTRIBUTIONS
0 Questions
21 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
10
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
7 years ago | 0
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...
7 years ago | 9
| accepted
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...
7 years ago | 0
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...
7 years ago | 0
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...
7 years ago | 0
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...
7 years ago | 0
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...
7 years ago | 0
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...
7 years ago | 0
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....
7 years ago | 0
| accepted
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 ...
7 years ago | 0
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...
7 years ago | 0
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...
7 years ago | 0
| accepted
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...
7 years ago | 0
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...
7 years ago | 0
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
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
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
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
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
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
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