photo

Dayalram Dayalram


Last seen: 6 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
92,340
of 300,553

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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 automatically put the asked values in function by script?
I have a function function result=add() a=input('what is the first number:'); b=input('what is the second number:');...

6 years ago | 1 answer | 0

1

answer

Answered
How to solve a multi variable inequality, where variables are a given set of numbers?
After doing little research I found out that it is not a problem of algebra, actually it is a problem of simple for loop problem...

6 years ago | 0

| accepted

Question


How to solve a multi variable inequality, where variables are a given set of numbers?
syms B D L; A=2860; k=5900:20:7200; B=k(randperm(numel(k),1)); C=34620; l=27400:20:28240; D=l(randperm(numel(l),1)); E=C-...

6 years ago | 1 answer | 0

1

answer

Question


How to select a random number from set 5:20:2000?
How to select a random number from set 5:20:2000?

6 years ago | 1 answer | 0

1

answer