Community Profile

photo

Joseph


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Importing different plots onto one plot
I have a matlab code that prompts the user to enter specific details about an airfoil. then the user is able to plot different a...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


calculating the slope of a curve on a plot
I'm trying to calculate the slope of only one curve on a plot with many curves, then i want to calculate the percent error of th...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Need help performing a Parametric Sweep...keep getting error
my code is below. I am trying to vary the constants r and K in the equation for M_spring. Then I want to plot M_spring vs R ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Performing a parametric sweep in Matlab
Hello, I have an equation for the motion of a spring. I need to perform a parametric sweep by varying two of the constants in th...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error bars on plot
Hello. I am having trouble adding error bars to this plot. My code is below. I need the data "cd_water, re_water..cd_glycol, re_...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Trying to Calculate Node Displacement for a Truss using matrix
I am trying to calculate the node displacement of a Truss but my code is returning error. 'Unexpected matlab Function' in me f...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


importing data and plotting
Hello, I'm importing a large text file and trying to plot the values over time. but every time i go to plot the data I get the e...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Entering huge arrays of numbers...
I have a thermocouple problem I am working on. I am given a set of data that i need to enter into matlab before I can get starte...

etwa 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Having troubles with symbols in creating statespace model
here is my code and error: clc clear syms a L A = [-10 0 -10/a; 0 0 1;-6/a -70/a^2 -14.4/a^2]; B = [10 ;0 ;6/a]...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plot, graph a polynomial
here is my code. it keeps giving me errors t = 0:10:1000; x= {(3*sin(t) + 10*sin(t/10) + 500*sin(2*pi*t/1000))}; ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


State Space, Finding Characteristic equation
Having trouble converting into state space. I also need to use matlab to produce the characteristic equation. here is my code ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matrix multiplication using inv()
It says my dimensions don't agree....can anyone help me please B = [1 1 1 0;-.204 -.068 -4.36 1.6;.042 .005 16.45 -13.95; -...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


error message: Form of equation?
I keep getting an error in the command window. Here is my equation and error message: x = (1.2)*exp((-1/2)*t)*sin(3*t) + 5...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can someone help me with my programs logic?
I wrote this program which shows a graph in 4 subplots, each with a different view. then the program finds the min and max of th...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using created functions to set up graph
My over all objective is to create 2 functions. the first being to set up plot title and axis labels(below), the second function...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


finding max and min of function graph
Having trouble with last part of code: finding max and min. here is my code: x = -10:1:10; y = x; [xGrid,yGrid] = mes...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


surface plots with different views
my objective is to create four surface plots of the same function in the same window. I can easily create the 4 subplots. my ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


graphing only portions of data
I have 20,000 data points. my objective is to have 4 subplots. each with a different number of data points. subplot 1 has the ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


having trouble creating fractal picture
Xsubk + 1 = Ysubk*(1 + sin(.7Xsubk) - 1.2*sqrt(|Xsubk|) Ysubk +1 = .21 - Xsubk for k = 1:1:19999 I'm not sure how to in...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Investment HW problem help
Disclaimer: This is HW, but we are allowed to consult the Matlab forum for answers as long as they are cited. Thanks! A stud...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


creating upper and lower thresholds when graphing?
How do you create thresholds when graphing with red dotted lines.

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Command Line statements for a matrix
I'm having trouble setting up this code. My goal is to set up a 3x3 Matrix A. Then write command line statements to perform t...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do i Extract certain values from a list using a for loop and if statements
I have a list of student numbers and a list of absences...when student has 1 or 2 absences, trying to extract that student numbe...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


physics/projectile motion problem
Create a Matlab program to track the time, x position, y position, x velocity and y velocity of a projectile that is launched of...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Need help with graphing program
Create a matlab program to compute the magnitude and phase angle of the impedance(Z) of an RLC series circuit. Given: R= 2...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need help with conversion program
Need help creating a program that is capable of converting from cm or in or ft into units of cm or in or ft. If incorrect units ...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


plotting a graph of time vs gear...updated
based on V=1.5*t^2 a car has an auto-transmission that selects gear based on speed values. Gear1: >=0 and < 3m/s Gear...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


help with conversions (in/cm/ft)
Need help creating a program that is capable of converting from cm or in or ft into units of cm or in or ft. If incorrect units ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


trouble plotting a graph
Trying to plot the speed of a car V=1.5*t^2 need to plot speed vs time

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


having trouble with for loops
Having Trouble... 'Sum of N^2 with N = 1 to 1,000 using a for loop'

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden