photo

Vishal Rajpurohit


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
176.504
of 300.037

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
83.33%

VOTI RICEVUTI
0

RANK
 of 20.862

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 167.106

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 3

Visualizza badge

Feeds

Visto da

Domanda


find inflection point from given input point data
i have input points x=[0 1 2 3 4 5 6 7 8 9 10] y=[5.0000 6.0000 ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


I want to find inflections point for point data input?
i have input points x=[0 1 2 3 4 5 6 7 8 9 10] y=[5.0000 6.0000 ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


minimize the objective function J1
<</matlabcentral/answers/uploaded_files/119679/Untitled.png>> how to minimize the objective function in J1 using fminsearch...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find multiply variable in matrix multiplication
function least_square; x=[1 2 3 4 5]; y=[4;2;5;3;7]; n=numel(x); for i=1:n A(i,1)=1; ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find value on a curve for different x?
function [x y]=inputp y=[0.13 0.31 0.45 0.59 0.70 0.79 0.85 0.92 0.97 1]; x=0.1:0.1:1; plot(x,y,'-') xlim([0 1]); ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to collect variables in an aray in for loop?
function close_point(p0,p1,p2,p3) for t=0:0.1:1 b0=(1-t).^2; b1=2*t.*(1-t); b2=t.^2; ...

oltre 7 anni fa | 3 risposte | 0

3

risposte