photo

Sruthi Geetha

Last seen: 10개월 전 2017년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
"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년 초과 전 | 3

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 3

답변 있음
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년 초과 전 | 2

답변 있음
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년 초과 전 | 2

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 2

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

7년 초과 전 | 2

| 수락됨

답변 있음
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년 초과 전 | 2

답변 있음
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년 초과 전 | 2

| 수락됨

답변 있음
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년 초과 전 | 3