photo

jandas


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
3 Risposte

Cody

0 Problemi
1 Soluzione

RANK
8.234
of 300.364

REPUTAZIONE
6

CONTRIBUTI
0 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
118.961
of 168.407

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

quasi 8 anni fa

Risposto
calculate goodness of fit
Try to use the fit function [fitobject,gof] = fit(x,y,fitType) and have a look at the gof output argument

oltre 11 anni fa | 1

Risposto
Rotate surface X Y Z around Y axis
There is a mistake in your code, the Z coordinate should be computed as Z(i) = X(i)*sin(ang) + Z(i)*cos(ang) Though, the...

oltre 11 anni fa | 0

| accettato

Risposto
Plot eigen Vector e1 & e2 in matlab?
The problem is that you try to plot the vector using 2D line plot so your script actually plots two lines in the XY plane throug...

oltre 11 anni fa | 0