photo

Srinivas Gopal Krishna


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Programming Languages:
Python, MATLAB
Spoken Languages:
English, Hindi

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
180,014
of 300,499

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to set working directory for Simscape?
I have a fundamental question while working with one of the Simscale examples. I copied the Gamma Stirling Engine example to a d...

1 year ago | 1 answer | 0

1

answer

Question


Is there a way to do the following without running a for loop.
clear all y=randi(5,1,5)'; A=zeros(5,5); for i=1:5, A(i,y(i))=1; end I want to know if this can be implemented without...

5 years ago | 1 answer | 0

1

answer