photo

Sachin Bharadwaj M


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
1 Risposta

RANK
33.770
of 301.186

REPUTAZIONE
1

CONTRIBUTI
3 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
1

RANK
 of 21.188

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.292

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

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

oltre 4 anni fa | 0

Domanda


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

oltre 4 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta