Community Profile

photo

Sachin Bharadwaj M


Last seen: 1 year ago Active since 2020

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

Answered
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 years ago | 0

Question


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 years ago | 0 answers | 1

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer