photo

Jyotirmay Mishra


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
6,297
of 300,015

REPUTATION
8

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,862

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166,984

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
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


How to install MatDyn1.2 in MATLAB R2015a??
I have downloaded MatDyn1.2 from https://www.esat.kuleuven.be/electa/teaching/matdyn for a power system network analysis. No pro...

5 years ago | 1 answer | 0

1

answer

Answered
Image in Matlab app
This link can help - https://in.mathworks.com/help/matlab/creating_guis/app-sharing.html If you are directly sharing your App, ...

5 years ago | 0

| accepted

Answered
why if else condition is not working inside for loop
Your code is not a MATLAB code To do something like this in MATLAB n = 25; for i =1:n if(mod(n,i)==0) disp('thi...

5 years ago | 0

| accepted