GAGANDEEP KAUR
Followers: 0 Following: 0
Feeds
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0
0
답변답변 있음
Solving 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:...
Solving 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년 전 | 0
질문
NOT ENOUGH INPUT ARGUMENTS
function Gamma=NRTL(DATA,Optimized) % DATA contained experimental x-data and temperature % each x(i) corresponds to each compo...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0