photo

Ruben


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
I am attempting to use the MATLAB Function block in my simulink model; however evrytime i run it, the following errors occur; "Please change your current directory to a writable directory preferably outside of MATLAB installation area."
You should move your models and codes to a folder which is not the installation folder of MATLAB. Your desktop or 'my documents'...

11년 초과 전 | 1

| 수락됨

질문


removing blackness in ribbon plot
I am currently using the ribbon plotting function to plot a 678x13 matrix. I would like to use this figure in a report I am writ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
problem with entering variables in a function
where and how do you call your function? for example if h = 100, you should call it like this: Newfunction( 100 ) or ...

11년 초과 전 | 0

답변 있음
How to import an excel sheet into MATLAB
make sure the excel sheet you want to import from is in your current directory, then double click it (in the current folder sect...

11년 초과 전 | 0

답변 있음
Easy question from a newbie
you can use the size command for this. Just extract the first value of the output of the size command. For example: A = ran...

11년 초과 전 | 0

답변 있음
program for sin wave histogram with plot command, not with hist command
You could try doing it with the rectangle command, type help rectangle in your command window to find out more. Howev...

11년 초과 전 | 0

질문


setting MaxFunEvals in estimate command
I need to fit an ARIMA(7,0,7) model to a set of data (NRV in the code below), however if I don't specify any options, MATLAB sto...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


forecasting prices with ARMA model
I am trying to forecast prices (timeseries) with an ARMA model, it is a small part of the model I am building for my master's th...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


saving multiple structures to a .mat file
I am trying to save multiple structures to one .mat file. This is needed because I am interfacing Matlab and GAMS (an optimizati...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


dimensionality problem with differential equations
Hello, when trying to solve a set of 2 differential equations, matlab gives me the following error: ??? In an assignment ...

대략 13년 전 | 답변 수: 1 | 0

1

답변