photo

Nick Haufler


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Initial Value Problem in matlab
<</matlabcentral/answers/uploaded_files/114130/IMG_0786.jpg>> I need help with the question posted: This is what I have s...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


I need someone to look at this code for a robotics simulation
When I run my code I get this error: Undefined function or variable 'Link'. Error in RCDC (line 26) L(1)=Link([0,0,0.5,0...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


I need help creating a robotic arm with 3D movement
I'm trying to make this robot arm, and I finished the code with some help from my professor, but its not working? Any help is ap...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


Using matlab to find critical points?
For Problem 1 in the attached document, I am struggling to get the right answers. I cant seem to get the correct code to find th...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Solving Interpolation in Matlab?
Can someone look over this, and tell me if I got the right idea on this. I just want a general idea if I got the questions right...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Nearest Interpolation in Matlab?
For the attached document can I get any confirmation as to whether my interpolation is correct or not. Should I be getting a neg...

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


Interpolation of values in a table?
Im trying to follow along with the directions in the attachment, and I got a table made which is T. AA_tire_degree1 is the value...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Game in MATLAB?
I'm making Yahtzee in Matlab, and I'm focusing on getting the scoring set up. I get scores to come back in an array, but they do...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Making a game in MATLAB?
Im trying to make yahtzee in matlab, and I understand how to do most of it. Im really struggling on the code for the rerolls. Fo...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Using for loops in MATLAB?
I am stuck on part d in the attached document, my histogram is not coming out right at all. Could someone please help me? I atta...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


Decrypting a message in matlab?
Im trying to decrypt a message in matlab. My code can decrypt some shorter messages with a low key, but when I try to decrypt a ...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


Encrypting a message in matlab?
For the attached document, were supposed to encrypt a message, and I got the numbers to come out, but when I try to convert it b...

presque 9 ans il y a | 4 réponses | 0

4

réponses

Question


Printing out a variable in while loop?
In my document, Im pretty sure my code is right, I just dont get why my estimated and actual cube root values come out the same....

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


Displaying actual and estimated cube roots?
In the attached document, I just want to make sure that my actual and estimated values should be the same. my output gives the s...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


Display actual and estimate values of cube root?
In the attached document, my actual value of the cube root and also my estimated value come out the same. Can someone please tak...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Equation in Taylor series to show each iteration?
In the attached document, how to I get the difference to display in my outputs. My equation in the taylor series is in the while...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to get each iteration to be outputted in a while loop?
In the attached document, I cant get each iteration of the taylor series to display until the difference is so close to zero whe...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


While loops to produce iterations of a taylor series?
For the attached document, my code runs continuously, and never stops. I dont get any output values that I can use. I think the ...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


Using a while loop on a Taylor Series?
My script wont output anything for the difference. The file attached shows the taylor series equation which I put into the varia...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Using a while loop to output a cube root?
In the attached document, I cant seem to get the actual cube root value to come out. Could someone please look at my script file...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Using a while loop to display the log of a Taylor Series
In the attached document, how do you get the output for the Taylor series. I'm getting outputs, but my difference always is zero...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to find cube root using while loop?
In the attached document, how would you write a while loop to display the cube root as it asks. Im more familiar with for loops,...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Writing a problem for a sine wave?
For the attached document, can someone look at my code. Im confused as if I got the equation right or not.

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


Writing loops for vectors?
In the attached document how do you write a loop to switch the numbers in a vector. It has to be done in the same way table a wa...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


using one fprintf statement to display multiple numbers?
In the attached document, how do i write one fprintf statement to show the percentage of rolling each number, and we have to inc...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to write a loop for vectors?
For the attached document can someone tell me if my script file is correct. Im confused on how to get the output to determine if...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


Difficult matlab question, working with arrays.
In the attached question it talks about determining if the outcome of the dice rolls is a pair, three, four or five of a kind. H...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How do I write a for loop for multiple situations?
in the attached document, how do i write loops to determine if theres a pair or five-of-a-kind. Would i set up a vector, and mak...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How do you write a command for two loops?
In the attached document how would you write a command to generate two random numbers for two dice. Below is for one dice; so do...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How do i write a loop statement?
Im struggling to write a loop statement for part B in the pdf attached. I looked on mathworks for help, and they showed the x(n)...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Charger plus