Solved


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

4 years ago

Solved


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

4 years ago

Solved


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

4 years ago

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 0 answers | 1

0

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer