Jovos - MATLAB Central
photo

Jovos


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/16 to 04/25Use left and right arrows to move selectionFrom 02/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

18 質問
0 回答

ランク
37,224
of 298,116

評判
1

コントリビューション
18 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,535

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,402

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Mean-Variance Optimization, constraint as matrix operation
Hi, I am trying to use the linprog function to solve the mean-variance problem. I am confused with the input of constraint forma...

約8年 前 | 1 件の回答 | 0

1

回答

質問


LorenzSystem, ode23
Hi, I get a question to model the LorenzSystem. It has dx/dt = 10(y-x) dy/dt = -xz+28x-y dz/dt = xy-8z/3 ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Modeling Lotka-Volterra using ode23
I have a question like this. I wonder if my code is correct. The Lotka-Volterra predator-prey model : dx/dt =px−qxy dy/...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Modeling the radio-active decay using ode23
Hi I got a question like this. The basic equation for modeling radio-active decay is : dx/dt =−rx where x is the amount of the...

約9年 前 | 1 件の回答 | 0

1

回答

質問


What does y= [40;0] mean?
What does the following code mean? y= [40;0];

約9年 前 | 1 件の回答 | 0

1

回答

質問


Functions and Plotting in GUI
Hi, I am trying to make a mortgage calculator. I used the guide to build. There are two problem. First Question: When I enter t...

約9年 前 | 1 件の回答 | 0

1

回答

質問


GUI guide edit box
Hi, I am making a simple GUI calculator. My question is after I set up the edit box. For example: amount = uicontrol('Style'...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Morph a graph into another graph?
Hi, I got a question asking me to smoothly morph the graph of y = x^2 + y^2 into a graph of y = -x^2 + y^2 and back again. I use...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Trying to plot x,y, but it says error in y = f(x);
function graph x = 1:100; y = f(x); plot(x,y); end function [y] = f(n) y = n * log2(n); end

約9年 前 | 1 件の回答 | 0

1

回答

質問


What is a linear-linear plot, log-linear plot,linear-log plot and log-log plot?
I have a homework question like the following. I know how to plot the function using the syntax subplot. I just never learned th...

約9年 前 | 1 件の回答 | 0

1

回答

質問


X,Y vector should be the same size
Hi, I want to plot the data. But it keeps giving me errors. I wonder where it went wrong? filename = input('Please enter the...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Enter values into x array and y array
Hi, I have sorted the data out of the txt file. I wonder how could I enter the year and dat into an x and y array respectively s...

約9年 前 | 1 件の回答 | 0

1

回答

質問


reading data, loop and plot.
I'm trying to get the year and CO2 levels from a txt file, plot them on a x-y graph. I have a problem with my loop.The -99.99 va...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Index exceeds matrix dimensions
Hi, I'm trying to read the raw data from a txt file and making plot.The codes read the file as an array of strings. Then transfe...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Index exceeds matrix dimensions.
Hi, I'm trying to read the raw data from a txt file. Read the file as an array of strings. Then transfer string to num and get t...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Index exceeds matrix dimensions.
Hi, I'm trying to read the raw data from a txt file. Read the file as an array of strings. Then transfer string to num and get t...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Polyfit, polyval and plot
I am trying to fit the polynomials to the data with 0,1,2 degrees respectively and plot them on the same graph. I wonder why the...

約9年 前 | 2 件の回答 | 0

2

回答

質問


error using Polyfit, X and Y vectors must be the same size
plot(flip(AdjClose)) y = flip(AdjClose) x = 1:503; polyfit(y,x,0) x is a 503*1 double and y is a 1*503 double. I ...

約9年 前 | 1 件の回答 | 0

1

回答