Statistik
RANG
151.021
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Change the color of data in legend??
theta2 = theta2*360/(2*pi); theta3 = theta3*360/(2*pi); subplot(2,2,1) plot(index,theta1,'b.-',index,theta2,'k.-',ind...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Summation for series (symsum function), only want odd numbers
Hello All, What I'm having trouble with is that I only want odd values n eg 1 3 5 7 9 inputted. Is there a way I can go ab...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Summation of a Series Question
Hello, I first have my square wave that is fine. What I'm having trouble with is graphing my sine wave function. The function...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Shifting a Square Wave in Matlab
Hello, I'm having trouble creating a square wave. I have created my square wave using the gensig function but now my goal is ...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Simple MATLAB (noob) question
Hello, I not a frequent user to this program and I'm running into a little problem regarding graphing a function. First I ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Rescursion Limit Reach?
When I try to run so I call values spring(200,10000,15000,0.1) I keep getting a Rescursion Error message. When I set the recursi...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortWriting a Function for Plotting
This is what I have now. I think it is right. I use the elseif because if I just use else it returns ans= 1 then x=0.1250 f...
mehr als 13 Jahre vor | 0
Frage
Writing a Function for Plotting
Hello, Here is a link to my assignment. http://viewer.zoho.com/docs/wyaXc I need help with the second part. The first pa...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How would I write a function that uses the function I have to plot A and V versus a for 0.25 <= a <= 4 inches.
function [V, A] = calc(a) if (a > 4) if (a < 0.25) V = 1/4 * pi * ((a+(a+2)) * ((a+2)-a) ^ 2); A ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MATLAB code help
I'm fairly new to mat lab and was wondering if someone code check my function code for me. Here is what I'm trying to accompl...
mehr als 13 Jahre vor | 1 Antwort | 0