photo

shouvik dey


Last seen: 5 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
250,976
of 301,186

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


how to stop several for loop at a time in matlab? i want to break out of the loop when if statement is satisfied
clc;clear for a=1:.01:2 for b=1:.01:2 for c=1:.01:2 for d=1:.01:2 for e...

8 years ago | 1 answer | 0

1

answer

Question


solution of a polynomial equation.
i have three set of polynomial equations x^3+x*y^2+y^2*z=9 x*y*z+y^3+x*z^2=2 x+z*x^2+y*z^2=5 i need to find x,y,z......

8 years ago | 2 answers | 0

2

answers

Question


how to get graph only in the 1st quadrant, ie., only in the positive x and y axis?
need graph on the + x and + y direction only

8 years ago | 1 answer | 0

1

answer