GAGANDEEP KAUR
Followers: 0 Following: 0
Statistics
RANK
197,414
of 295,486
REPUTATION
0
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
7.69%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Error in using nlinfit function
I need to fit some parameters using nlinfit but getting following warning on running the code. May I please get some advice, how...
3 years ago | 1 answer | 0
1
answerQuestion
Error in assigning value to the output variable while solving non-linear equations
While running the following code I am getting this error. I need to show min positive real value out of all solutions for the pa...
3 years ago | 0 answers | 0
0
answersQuestion
Error in assigning value to variable while solving non-linear equations using syms
I am trying to solve some non-linear equations. While running I am getting error as follows. May I please know what exactly this...
4 years ago | 0 answers | 0
0
answersQuestion
Using Syms command with for loop
I need to solve some equations using syms command over the length of x1. On solving it even as such(without loop) it is showing ...
4 years ago | 1 answer | 0
1
answerQuestion
Iteration using for loop and if statement
I am writing a code where I need to calculate P( as P_Initial) with all the variables calculated in other functions, then using...
4 years ago | 0 answers | 0
0
answersQuestion
Need appropriate for loop with if condition
I need to calculate V with some T value conditions, if T satisfies first condition I got to get desired values but if T lies i...
4 years ago | 0 answers | 0
0
answersQuestion
NLINFIT error of model being overparameterized
I need to fit some data using nlinfit but code is showing following error. May I please some some suggestion what can be specifi...
4 years ago | 1 answer | 0
1
answerQuestion
Nested for loop for a matrix
I need to use nested for loop.Code is given below. What I need to perform is for every value of T (j loop used) i need to evalua...
4 years ago | 1 answer | 0
1
answerQuestion
Using for loop within a for loop in MATLAB
I need to apply For loop within a loop. As of generally, we apply a for loop(Say j as i used) and for that value another loop( s...
4 years ago | 1 answer | 0
1
answerQuestion
How to store answers of variables from for loop in structures
I need to solve some equations for symbolic variables for multiple set of data so for loop is used, while storing the output I a...
4 years ago | 0 answers | 0
0
answersQuestion
Using SOLVE command with syms
I also need to determine some variables using syms with solve command but find some issue with syms itself. Code is like this:...
4 years ago | 0 answers | 0
0
answersSolving a system of equations without "syms"
I also need to determine some variables using syms with solve command but find some issue with syms itself. Code is like this:...
4 years ago | 0
Question
NOT ENOUGH INPUT ARGUMENTS
function Gamma=NRTL(DATA,Optimized) % DATA contained experimental x-data and temperature % each x(i) corresponds to each compo...
4 years ago | 0 answers | 0
0
answersQuestion
getting error in calculation and plot. what is the exact problem
P=101.325; a1=7.19736;b1=1574.99;c1=-34.29; a2=7.07404;b2=1657.46;c2=-46.13; x1=[0.0484 0.0539 0.0607 0.0696 0.0806 0.0911...
5 years ago | 1 answer | 0