Community Profile

photo

Suresh Garimella


Last seen: 5 months ago Active since 2016

Statistics

  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Debug C S-function with Visual Studio 2010 Express
Try the following steps in Visual Studio 2010: 1. Disable breakpoints 2. Continue 3. Stop Debugging

7 years ago | 0

Answered
How can I set Values to Simulink Block from my Workspace?
error is saying that the specific block you are using does not have parameter 'PID Controller'. select the block, then type ...

8 years ago | 0

Answered
How to plot values from a for loop?
Try this, Hope it works svA=eig(A); for P=1:50 fr=(CN/(i*svA(P)*eye(n)-A))*B; fr_org{P}=fr; end %fr_origin...

8 years ago | 0