Community Profile

photo

Sruthi Geetha

Last seen: 7 mesi fa Attivo dal 2017

Followers: 0   Following: 0

Contatto

Statistiche

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

quasi 6 anni fa | 0

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

quasi 6 anni fa | 0

Risposto
"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...

circa 6 anni fa | 3

| accettato

Risposto
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, ...

circa 6 anni fa | 0

Risposto
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...

circa 6 anni fa | 0

Risposto
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 ...

circa 6 anni fa | 0

Risposto
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...

circa 6 anni fa | 0

Risposto
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...

oltre 6 anni fa | 3

Risposto
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...

oltre 6 anni fa | 2

Risposto
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...

oltre 6 anni fa | 2

Risposto
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...

quasi 7 anni fa | 0

Risposto
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...

quasi 7 anni fa | 0

Risposto
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...

quasi 7 anni fa | 0

| accettato

Risposto
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...

quasi 7 anni fa | 0

Risposto
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...

quasi 7 anni fa | 0

Risposto
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 ...

quasi 7 anni fa | 0

Risposto
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...

circa 7 anni fa | 1

| accettato

Risposto
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 ...

circa 7 anni fa | 2

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

circa 7 anni fa | 2

| accettato

Risposto
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...

circa 7 anni fa | 2

Risposto
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...

circa 7 anni fa | 2

| accettato

Risposto
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...

circa 7 anni fa | 3