photo

Siva Prasad


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
185,894
of 301,517

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,314

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
104,747
of 175,060

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


Error in showing size of a matrix
this is like my sample code a=[1 1 1;2 1 3;3 4 -2]; b=[4;7;9]; ab=[a,b]; a=size(b); But it is showing this error Index exc...

5 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago

Question


substiton of a variable in a equation
syms x y=input("Enter the equation in terms of x:") x1=3 now how do i substitute x1 in the equation to get y lets say equat...

5 years ago | 1 answer | 0

1

answer

Question


Differentiation of the equation
here is an equation how to differentiate 'y' from that in live script i tried diff() but it is not working. y=@(x) (-0.6*x^2+2...

5 years ago | 1 answer | 0

1

answer

Question


question regerding the print
".mlx" files only execute and give output in the live script area but ".m" files out put in command window but it does the ca...

5 years ago | 1 answer | 0

1

answer