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 6 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

quasi 6 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 6 anni fa

Domanda


Plot 3d for galaxy in different time
I have 5 datasets of a single galaxy in different times and I want to plot all of them, using subplot or something else. What I ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Integral 2 won't work
I'm trying to solve physical problem in quantum mechanics of helium atoms, the solution require numerical integration over 2 var...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How fit lm find "MSE"?
I used "fitlm" on data with 11 predictors and one response with 1258 observation. The linear regression model(lm) compute the MS...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


What does added variable plot meen?
I have a linear regression model and I want to make scatter plot with confidence bounds, the problem is I have a multiple variab...

quasi 8 anni fa | 1 risposta | 1

1

risposta

Domanda


How do I insert errors do normfit?
I have a data that contain large vector of observation and another vector of the error in each measurement. I want to fit the da...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to plot measurements data
I have a data set containing photometric measurement from galaxy, you can think of this like intensity. now, let's say I know th...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


problem with solve commans
i'm trying to model basketball shot, matlab showing me an error in the solve function. clear all clc th...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


loop in a loop
i'm trying to make loop in a loop so for each index of alpha(the main loop) will path thru the all loop on v_0(the secondary loo...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


getting even elements from vector
i'm trying to create new vector from another vector with only the odd elements of the of vectorr. i tried this: for i=lengt...

quasi 9 anni fa | 1 risposta | 0

1

risposta