Community Profile

photo

Sachin Bharadwaj M


Last seen: más de 1 año hace Con actividad desde 2020

Estadísticas

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Respondida
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...

más de 2 años hace | 0

Pregunta


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...

casi 3 años hace | 0 respuestas | 1

0

respuestas

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta