Sarath S
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
144,368
of 295,569
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
How to use fsolve to solve a set of nonlinear equations in two variables?
I am attempting to use fsolve to solve a set of equations in X & Y as given below: Here, the terms B33,B35,B55,C1 and C2 are ...
4 years ago | 0 answers | 0
0
answersQuestion
How to write a text in INPUTDLG without a field?
I was trying to create an input dialog box for gathering the co-ordinates of two nodes, A & B. Is it possible to have a text th...
4 years ago | 2 answers | 0
2
answersQuestion
How to vary the number of fields in inputdlg dynamically?
Im trying to get values for n number of fields where n is specified by the user previously. For example. After this, dependi...
4 years ago | 1 answer | 0
1
answerQuestion
How to implement an equation containing nested Summations
I am trying to write a matlab code to evaluate an error function given as: I tried the following line of matlab code but ther...
5 years ago | 0 answers | 0
0
answersQuestion
Breaking a long line of code into two.
I was trying to split the following line of code into two. uiwait(msgbox(sprintf('Decryption complete!\n\nRetreived image has b...
5 years ago | 1 answer | 0
1
answerQuestion
How to compare two complex numbers?
I am trying to implement Muller's method for computing the complex root of a polynomial. Here r1,r2 could be complex in nature...
5 years ago | 0 answers | 0
0
answersQuestion
How do I change a function name within a loop using variables?
I am trying to write a function that returns the root of a polynomial using Mullers method. I want the user to choose between th...
5 years ago | 1 answer | 0