Community Profile

photo

Sruthi Geetha

Last seen: 7 months ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How can I cHAnge the value of angle of revolution joint in SIMULINK?
I am not very clear what the question is, but what I understood is that you want to limit the rotation angle of the joints. Take...

6 years ago | 0

Answered
license manager error -9
Please check out this link which has workarounds for this type of error: https://in.mathworks.com/matlabcentral/answers/99067...

6 years ago | 0

Answered
"Too many input arguments" problem in ga, optimization toolbox. Can someone help help me?
GA is part of the Global Optimization Toolbox. However it is possible that you have another version of GA that is not shipped by...

6 years ago | 3

| accepted

Answered
Why do I sometimes get the error "Reference to non-existent field 'matlab'." when I try to open or edit a .m file?
dbstop if all error Then generate the error and see where it's being called. E = lasterror reveals the location, ...

6 years ago | 0

Answered
Print table to text file
You can use the 'writetable' function to write a table to a text file. The syntax is: writetable(T,filename) where T is the tabl...

6 years ago | 0

Answered
What is the difference between analysis and trigger update diagram in model advisor at simulink verification and validation toolbox?
The checks which do not have the symbol '^' before them do not require the compilation of the model. The ones with '^' (trigger ...

6 years ago | 0

Answered
Undefined function or variable 'nearestSPD'.
I don't see the variable 'nearestSPD' defined anywhere in the code.If you have defined it somewhere, please send that code snipp...

6 years ago | 0

Answered
Matlab online is not working for me. It is showing "You already have an active Matlab session. Do you want to log out of the session and start a new one?" When I clicked "yes", it simply is not working. What should I do?
Try clearing cache and reload the page. Try to do hard refresh (Ctrl + Shift + R on Chrome). Try with a different browser C...

6 years ago | 3

Answered
How do I calculate SNR from a single area of an image?
There are several options (and definitions) for the calculation of the SNR of or in an image. First, there are two incompatib...

6 years ago | 2

Answered
What are the internal differences between Matlab strings and character arrays?
First of all Strings in MATLAB are introduced in R2017a. The main difference between strings and character arrays is that st...

6 years ago | 2

Answered
could you tell me paper related to 'v5cubic'?
For bicubic interpolation, the output pixel value is a weighted average of pixels in the nearest 4-by-4 neighborhood. Bicubic in...

7 years ago | 0

Answered
Matlab+Simulink for a small community Microgrid smiluation
The following MATLAB documentation link shows the example model of a small scale micro grid modeled using the Simscape Power Sys...

7 years ago | 0

Answered
Find the average curve of multiple plots from different Excel files
You can find the sum of the frequency and density values for each file and then divide by N to get the mean of frequency and den...

7 years ago | 0

| accepted

Answered
Newly installed R2017a for Mac OS X gave an error message on startup: /Applications/MATLAB_R2017a.app/toolbox/local/toolbox_cache-maci64.xml not found
The Toolbox Path Cache is a file that MATLAB uses to store information regarding the location of toolbox directories. It is used...

7 years ago | 0

Answered
Using PTC Integration for Source Control in Simulink Project
You can refer the following documentation link: http://www.mathworks.com/help/simulink/ug/about-source-control-with-projects.ht...

7 years ago | 0

Answered
Saturation function in Simulink
In Simulink, you can implement this using If block and If action subsystem block. In the If block you can specify the number of ...

7 years ago | 0

Answered
find length of a field within structure and specific values
"getfield" function can be used to get the value of each field in the array. Refer the following link to know how to use the "ge...

7 years ago | 1

| accepted

Answered
Error 96 when using MATLAB on VPN network: Linux
This error message usually indicates that there is a problem resolving the hostname of the license manager machine. The license ...

7 years ago | 2

Answered
Map file Error message
This error may be caused by corrupted MATLAB preferences. To regenerate your MATLAB preferences, do the following: 1. Loca...

7 years ago | 2

| accepted

Answered
can I install the minGW addon offline?
For R2016b: 1) On a computer that has Internet access and MATLAB installed, go to the Add-Ons Explorer. 2) On the Add-On Exp...

7 years ago | 2

Answered
How can I change the OpenGL renderer?
For plotting and MATLAB graphics, you cannot currently choose which GPU is used from within MATLAB. MATLAB makes a call to the s...

7 years ago | 2

| accepted

Answered
How to change output drive mode to open drain for ni-DAQmx
The session interface in Data Acquisition Toolbox does not have direct support for changing the drive type of a digital output c...

7 years ago | 3