photo

Swathik Kurella Janardhan

Last seen: 7 jours il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Chaîne


test2

presque 7 ans il y a

Réponse apportée
Why is GPU Array slow for matrix multiplication
I tried your code on a Windows 10, MATLAB R2016b and only a few attempts I see the 1000x performance hit for 5 Trials and in oth...

plus de 7 ans il y a | 0

Réponse apportée
How can I set requirements in Simulink Test Manager programatically?
The Requirement property of sltest.TestFile/TestSuite/TestCase is currently read-only and can only be set from Simulink Test Man...

plus de 7 ans il y a | 0

Réponse apportée
How to get brushed data into a variable programmatically?
You can use the 'BrushData' property to get the data into a variable as mentioned in the answers <https://www.mathworks.com/matl...

plus de 7 ans il y a | 1

Réponse apportée
Getting Error using database/insert (line 177) Unable to write column to database. while exporting data from matlab to SQL Server Management Studio
The issue could be due to the mismatch in the datatypes of result.x and column x in the schema. result.x is an array of doubles ...

plus de 7 ans il y a | 0

| A accepté

Réponse apportée
Unable to modify GUIDE variables
To share data between the callbacks, you can use 'UserData' property of 'hObject' as below inside the callback function: te...

plus de 7 ans il y a | 0

Réponse apportée
Compile the plotdemo example
This issue is related to JDK. According to the link below, installing different JDK can resolve this issue: http://stackoverflo...

plus de 7 ans il y a | 0

Réponse apportée
Report a bug of R2017a on MacBook Pro 2016, java.lang.reflect.InvocationTargetException
Thank you for reporting this error. I forwarded this information to my development team for further investigation. Starting MATL...

plus de 7 ans il y a | 1

Réponse apportée
referring to a function that does not exist GUI
You can try executing the following code to rehash your toolbox cache which could resolve the issue: >> rehash toolboxcache

plus de 7 ans il y a | 0

Réponse apportée
building a python package
These messages do not necessarily mean an error occurred and could be expected during the python package installation. You can p...

plus de 7 ans il y a | 0

| A accepté

Réponse apportée
"Warning: The source file ....\AppData\Local\Temp\mathworks_tmp_0062816838_1576.auth' has a name conflict with another source file in CTF. It is saved as 'toolbox\images\images\@gpuArray\private\medfilt2gpumex_mexw64.auth' in the CTF..."
The error is due to a missing file in the CTF archive. So, as a workaround include the missing file 'toolbox\distcomp\array\+par...

environ 8 ans il y a | 1

Réponse apportée
Can C files be used with a Matlab Standalone Application without a C Compiler?
To use the functions in your C file in MATLAB, you need to <http://www.mathworks.com/help/matlab/matlab_external/standalone-exam...

environ 8 ans il y a | 0

Réponse apportée
Feature extraction: weak edges enhancement
Refer to <http://www.mathworks.com/help/vision/ref/extractfeatures.html extract features> functionality from Computer Vision Sys...

environ 8 ans il y a | 0

Réponse apportée
Letswave FFT Filtering Error
You need 'Signal Processing Toolbox' to be able to use 'hanning' function. This function is not available in base MATLAB. You...

environ 8 ans il y a | 0

Réponse apportée
How can I create a custom indoor map using Mapping Toolbox? for GUI
You can refer to the <http://www.mathworks.com/help/map/ref/mapshow.html documentation link> that explains about an example 'O...

environ 8 ans il y a | 0

Réponse apportée
AppDesigner UIPanel Hide Visibility
You can edit the startupFcn in the 'Code View' of your AppDesigner to set the Visible property of the panel. function start...

environ 8 ans il y a | 2

| A accepté

Réponse apportée
Matlab function executed by php(find the output)
You can refer to the first two answers in this <http://stackoverflow.com/questions/15956000/running-matlab-code-from-php link> t...

environ 8 ans il y a | 0

Réponse apportée
creating variables or an array from a complex text files
As Miyuru K mentioned, using commands fopen, textscan, fclose you should be able to read the values in specific columns. Yo...

environ 8 ans il y a | 0

Réponse apportée
Performing Monte Carlo Sampling
You can refer to this video <https://www.youtube.com/watch?v=7ZkdDHHkVQ8 Monte Carlo Simulation in Matlab> that explains about h...

environ 8 ans il y a | 1

Réponse apportée
Reading input file in rapid accelerator mode
Refer to this <http://www.mathworks.com/matlabcentral/answers/97513-how-do-i-use-the-fopen-function-in-embedded-matlab-when-runn...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
How to buy and download MATLAB student?
You can use <https://www.mathworks.com/store?s_cid=store_top_nav&s_tid=gn_store Buy MATLAB> to buy and download MATLAB Student v...

environ 8 ans il y a | 0

Réponse apportée
Plotting a Trajectory using Euler's Method
You can calculate the initial theta(:,k) for an initial value of k by ODE dtheta/dt = Lz^2/R^2 and then use this value...

environ 8 ans il y a | 0

Réponse apportée
Neural network time series prediction with ANN Toolbox
I am assuming you are referring to Neural Network Toolbox when you say "ANN Toolbox". My understanding of the issue is you have ...

environ 8 ans il y a | 0

Réponse apportée
Is there a suitable Simscape model for Peltier-Elements?
No. There are no predefined Simscape models for thermoelectric domain. However you can create custom models with steps mentioned...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
Implementing Sparkfun VL6180X Sensor in Simulink?
It is my understanding that you are trying to communicate with a Sparkfun Sensor connected to an Arduino Uno via Simulink. ...

environ 8 ans il y a | 0

Réponse apportée
why is the coordinate of impixel function opposite to a image matrix?
There is no special reason. In a(r,c,:) refers to indexing in a matrix whereas in impixel(a, c, r), c and r are equivalent to x...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
Plooting pcolor plot for multiple matrix
As Dr. Siva Srinivas Kolukula mentioned, you can put the code to plot inside a loop and the matrices inside a cell vector and in...

environ 8 ans il y a | 0

| A accepté