解決済み


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年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 1

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答