photo

Ruben


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
5 Risposte

RANK
6.087
of 300.392

REPUTAZIONE
6

CONTRIBUTI
5 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 12 anni fa | 1

| accettato

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 14 anni fa | 1 risposta | 0

1

risposta