Community Profile

photo

Adithya Addanki

MathWorks

Actif depuis 2015

Followers: 0   Following: 0

Contact

Statistiques

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
Style sheet Ignoring the space when we use Simulink report generation tool
Hi Reddy, I think this might be the one you are looking for: <http://www.mathworks.com/matlabcentral/answers/157131-report-g...

plus de 7 ans il y a | 0

A répondu
How to load all data files of all subfolders ?
Hi Holger, I think the variable "path" in the script above has some issues as the last entry is empty. I was thinking abo...

plus de 7 ans il y a | 1

A répondu
Missing Simulink toolbar missing
Hi Samia, I understand you are experiencing issues with Simulink R2016a. I think there are various issues that may be causing...

plus de 7 ans il y a | 0

A répondu
VideoWriter output problem: distorted color
Hi Brian, I understand you are experiencing an issue with VideoWriter. After taking an initial look at the outputs attached i...

presque 8 ans il y a | 0

A répondu
How to download simulink examples
Hi Tarek, I understand you are experiencing an issue with 'power_13NodeTestFeeder'. Please verify the below information: 1...

environ 8 ans il y a | 0

A répondu
What does this error message mean?
Hi Laura, I understand that you are new to MATLAB, please refer to the links below to help you get started on the syntaxes us...

environ 8 ans il y a | 0

A répondu
Is it possible to create a subclass in Matlab using a superclass written in Java?
Hi Claire, As the error message suggests, it is searching for a MATLAB class in the search path and is not able to find one. ...

environ 8 ans il y a | 1

| A accepté

A répondu
Multiple tabbed editor windows
Hi Daniel, In my understanding you are trying to open multiple files (tabbed in multiple editor windows). I was not able t...

environ 8 ans il y a | 0

| A accepté

A répondu
Java exception 2016a in Jupyter/IPython over linux
Hi Willie, It may be possible that the graphics drivers are out of date. Please try updating the graphic drivers. Additio...

environ 8 ans il y a | 0

A répondu
PC for deep learning in MATLAB
Hi Andreas, We would be in a limited capacity to suggest a PC build or a graphic card that is right for your use. However, pl...

environ 8 ans il y a | 0

A répondu
While making my account I by mistake choosing the wrong option in "How will you use Matlab" as there was no option appearing for Academic Use (but the document given to me by my institute had this option)
Hi Muhammad, I think you will probably need to speak with your IT Administrator, to see what can be done regarding this. I s...

environ 8 ans il y a | 0

A répondu
Why am I getting 'License Manager Error -139' (Licensing error: -139,11603) ~20% of the time?
Hi Sunil, This error will occur based on a particular setup your license admins have chosen with your License Server. To corr...

environ 8 ans il y a | 0

A répondu
Is there and example of running multiple license files from one server
Hi Maureen, Please refer to the links below for information on concurrent licenses: <http://www.mathworks.com/help/polyspace...

environ 8 ans il y a | 0

A répondu
How to decide which GPUs are being used in distributed computing server?
Hi Zhenhua, As Joss suggested on the other question, please refer to the link below: http://blogs.mathworks.com/loren/2013/0...

environ 8 ans il y a | 0

A répondu
matlab creates corrupt mat or eps files. No proper file locking
Hi Jim, Thank you for bringing this to our notice. I have communicated this behavior to our development team. This may be con...

environ 8 ans il y a | 0

| A accepté

A répondu
Large Sparse Rectangular Over-determined Equation System (to reorder or to not reorder)
Hi Jason, Please find the below links that may answer your questions: <http://www.mathworks.com/help/matlab/ref/mldivide....

environ 8 ans il y a | 0

A répondu
How can i build a link between matlab and lumerical?
Hi Youssef, In my understanding you want to integrate Lumerical Simulations into MATLAB scripts. I am afraid this feature is ...

environ 8 ans il y a | 0

A répondu
Can I use the Measurement Computing device USB-1608G in combination with the session based interface of the DAQ Toolbox?
Hi Lutz Hermanns, Please note that the Measurement Computing devices are specifically supported by the Legacy interface of th...

environ 8 ans il y a | 0

A répondu
Errors while trying to code after purchase of license
HI Caitlin, There are multiple reasons why you might be receiving this error: 1. If you only have a network.lic file, inst...

plus de 8 ans il y a | 0

A répondu
How to update a value of simulink output port which is an array.
Hi Swaroop, You may be able to assign/update the values of an array using an Assignment block. Please refer to the attached e...

plus de 8 ans il y a | 0

| A accepté

A répondu
How to troubleshoot no video in a MATLAB compiled standalone executable?
Hi, There has been a similar issue identified before, however we are still investigating this further to identify the root ca...

plus de 8 ans il y a | 0

| A accepté

A répondu
Feature Request in Gensig
Hi Steven, Thank you for the feedback. Please note that I have communicated this request to our Development team. This may be...

plus de 8 ans il y a | 0

| A accepté

A répondu
How to extract a node (with its children) of XML and add it to a new XML document
Hi Mus'ab, In my understanding you were able to retrieve the Actuator node along with its children. If yes, you can make use ...

plus de 8 ans il y a | 0

A répondu
issues writing a time string to excel
Hi, I noticed the same on my machine, but it displayed the time in required format when I changed the format of the cell to "...

plus de 8 ans il y a | 0

A répondu
Signal Logging with RSim
Hi Cory, I understand you have already used the "To File" block as a workaround for the issue you are experiencing. As you me...

plus de 8 ans il y a | 0

| A accepté

A répondu
MATLAB access in my house
Hi Michiharu, The instructions on the link you provided should work fine for Windows 10 as well. Please note that the initial...

plus de 8 ans il y a | 0

A répondu
How to set prediction horizon explicitly in pem() -function for parameter identification?
Hi Joonas, Please refer to the 'opt' argument section in the link below: http://www.mathworks.com/help/ident/ref/pem.html ...

plus de 8 ans il y a | 0

A répondu
How to import specific column from multiple ASCII files (543 files, .dat format) where each ASCII files are having 14 columns in it.
Hi Ankit, I understand that you are trying to import specific columns from multiple files. You may make use of the import dat...

plus de 8 ans il y a | 0

A répondu
Why does Matlab 2015b crash when I try to save a .m file?
Hi Robert, First, please confirm if you are using a Dell Machine. If yes, please disable the Dell Backup utility on your mach...

plus de 8 ans il y a | 0

A répondu
How to use legend in two for loops
Hi Naga, In my understanding you want to display two legends on the single plot, where the combination of the two legends are...

plus de 8 ans il y a | 0

Charger plus