Statistica
RANK
33.586
of 298.387
REPUTAZIONE
1
CONTRIBUTI
13 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
7.69%
VOTI RICEVUTI
0
RANK
of 160.969
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
Feeds
Domanda
Illegal use of reserved keyword "end".
[T,Y] = ode45(@Bqfun1,[0 2],[1 1 -0.01]); plot (T,Y(:,1),'b','linewidth',1) function dy1 = Bqfun1(t,y) dy1 = zeros(2...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Error using odearguments line doesn't exist.
[T,Y] = ode45(@Bqfun1,[0 2],[1 1 -0.01]); plot (T,Y(:,1),'b','linewidth',1) function dy1 = Bqfun1(t,y) dy1 = zeros(2,1)...
quasi 4 anni fa | 1 risposta | 0
1
rispostaCheck for incorrect argument data type or missing argument in call to function 'lsim'.
I figure it out by looking further into notes. I downloaded an addon and used. plot(t,x(:,1),'-k')
circa 4 anni fa | 0
Domanda
Check for incorrect argument data type or missing argument in call to function 'lsim'.
Why doesn't matlab actually give you indicators to where the error is. Only doing it because of a class and have no intentions t...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot streamlines from column vectors?
I am trying to plot streamlines to get the shape of an object from equations that were provided. The issue I'm having is that my...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Trying to plot a streamline
I am trying to plot a streamline, but for some reason my u and v are returning single values. I'm trying to get the x and y valu...
circa 4 anni fa | 0 risposte | 0
0
risposteDomanda
How to plot for physical bodys and streamlines?
I'm trying to plot a streamline and am learning MatLAB as I go along (coding is definately not for me) for my class. I have the ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Why is this ending my matrices before they are filled, and how do I print the answer of the multiplication?
C=input('How many columns are there in P? '); R=input('How many rows are there in P? '); P=zeros(R:C); co=1; ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Writing a closed while loop
I'm trying to write part of a code that continues a function for the time set of 10. So something like while t =< 10 delta...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Looking to plot yaw motion of an aircraft but get "Array indices must be positive integers or logical values." Error
clear all clc N_phidot = -0.36752; N_phi = -8.3569; N_delta_r = -3.8313; delta_R = -10; sigma = 1/2.*N_phi; omega_d =...
circa 4 anni fa | 0 risposte | 0
0
risposteDomanda
Trying to plot a function of time while a variable changes values at different time intervals
As the title states I'm trying to plot a function (or two actually), while a variable changes at different variables. The progra...
circa 4 anni fa | 0 risposte | 0
0
risposteDomanda
Plotting a function and it's derivative with multiple points of time
I am working on trying to plot the perturbation roll angle from steady state and have the following. clear all clc L_p...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
How would I write a command to take record individual integrals of time of 0.01 from 0 > t > 5
I am trying to figure out how to take the points of time for each hundreds of a second from 0 to 5. I'm doing this to try and sm...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
Setting up equation with variables without values
I am trying to set up in order to derive equations as I've been stuck on one thing for a few days now. One multiple sin or cos f...
oltre 4 anni fa | 1 risposta | 0