photo

jandas


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


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

más de 6 años hace

Respondida
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

más de 10 años hace | 1

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

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 0