photo

Mitul Dattani


Last seen: quasi 5 anni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

15 Domande
0 Risposte

RANK
247.042
of 297.457

REPUTAZIONE
0

CONTRIBUTI
15 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
46.67%

VOTI RICEVUTI
0

RANK
 of 20.438

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 158.938

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 3

Visualizza badge

Feeds

Visto da

Domanda


Fit an MA model onto a given data set
Hi, I need to add an MA(6) model onto a set of data (which is attached). So far I have plotted the time series, plotted the a...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Lagrange Interpolation singleton error
Hi, I've been give code and have to add a line in to complete a Lagrange Interpolation, I googled it and found a couple threads ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab ode45 wont accept new parameter
% Set extra parameters tf = 72; % h h0 = 2; % m g = 9.81; %prompt = 'What is the leakage value? '; %a = input(prompt); %...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab ode45 out of memory
Out of memory error on line 45 cant draw the graph of the below function function dh_dt = tankf1(t,h) % Tank model parameter...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Issue with 3d plotting and writing to file
Hi, I'm doing a revision question for uni exams, and have the question - <https://gyazo.com/4c0a0357bb2ffb6f2526637442e09a91> ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Fibonacci Sequence and Golden Ratio issue
I was revising for an exam coming up and had to a fibonacci sequence and golden ratio %delta = precision to 'm' sig figs ...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Randomize a string from input
From a past paper theres a question that asks for a string, then the blank spaces, then the first word, the to randomize the fir...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Pick numbers from a matrix and create a row vector
Hi if i have a matrix with input: [1 -2 3 4;3 2 -1 0;5 6 2 1] I want to take the corner elements of this matrix and create a row...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


replace spaces in a string
Im doing a practice question and I got the question: *Replace any occurrence of two or more consecutive blank spaces with one...

circa 7 anni fa | 3 risposte | 0

3

risposte

Domanda


How to find zero on plot?
I have the code: function [out] = iteration(N) if N<0 error('less than 0'); end x(1)=1; for k=1:...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Error in calling a function and writing to file
I'm trying to call a function out of a script, it's a simple one as we've just started, but I keep getting an error on my fprint...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


undefined function or variable 'N'
why do i get the error in the title. I also tried iteration(n), the file is named the same aswell and I cant seem t get past the...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to make axis continuous based on input
Hi, ive written a code based on projectile motion, and created a GUI with the intent to create an app as a project for universit...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to stop a graph going below zero in
Hi, ive been given a project to do and im new to matlab, I've written out some code for projectile motion but the issue I have i...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Projectile Motion Graph, Loop to prevent it going below zero
Hi, ive got this set of code in which it shows the height vs time of a projectile 10m above the ground fired at a specific angle...

quasi 8 anni fa | 1 risposta | 0

1

risposta