Statistik
10 Fragen
0 Antworten
RANG
294.399
of 297.016
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Binary to character function?
So far I have this function: function char2bin char=input('Enter a character: ', 's'); char2=(dec2bin(char)) spr...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Character to Binary function?
I need to create a function that will: accept a character and returns a vector of 8 logical values (bits) that are the binary ...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Modifying this code to make a cell array?
sizegroup=input('Enter number of students: '); for k = 1:1:sizegroup %read in name and score name=input('ente...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can someone explain to me how this function works?
function finElemNext = nextTemps( finElem ) % This function will create a new fin element array by averaging the % temp...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there anyone that would able to help me do an assignment over skype messaging or something?
I have an assignment for class about Finite Element Analysis. I don't really have any friends in the class to help me. I got abo...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Help with loops and plotting with functions
I have this assignment, and I'm stuck on making this function. This is what we were given: This function has a finElems...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Help with Function Errors?
I have the following 2 functions: function hitPond(pondRadius, xhit, yhit) %use distance formula to find length between ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Monte Carlo Simulation question?
Hey, I need to make a program that proves monte carlo sampling to find the area of a circle. So basically, there is a circular...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
'for loop' for beginners?
I'm having trouble figuring out a for loop command. I'm trying to make a matlab script that allows the user to input a row vecto...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Help with Vectors and For Loops and determining whether it's negative or positive?
Iterate through a vector A, using a for loop and create a new vector B, containing logical values. The new vector should conta...
mehr als 10 Jahre vor | 1 Antwort | 0