Community Profile

photo

Sachin Bharadwaj M


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
How do I fit two power law varying independent variables ( X1 and X2) in the form Y= Constant * X1^n1 * X2^n2. Appreciate the solution with an example for simple data
clc; clear all; filename = 'D:\set12.xlsx'; sheet = 1; xRange = 'A2:E71'; yRange = 'F2:F71'; X = xlsread(filename,sheet,xRa...

2년 초과 전 | 0

질문


How to get regression plot for validation data using trainbr training function using MATLAB's nntool?
In nntool, when trainbr algorithm is used, MATLAB is not providing Regression plot for validation data but only for train and te...

거의 3년 전 | 답변 수: 1 | 1

1

답변

질문


Solution of 1 equation with 2 unknown variables
How to find the solution of the equation using MATLAB? [ In words, cos hyperbolic of x divided by cos hyperbolic of y is eq...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to get an equation for a desired variable from a three variable equation using MATLAB?
clc; clear all; syms x y u v psi a = 0.5; b = -2; c = -1.5; psi = a*x^3 + b*y + c*x % three variable equation % In the...

3년 초과 전 | 답변 수: 1 | 0

1

답변