photo

Nick Haufler


Attivo dal 2015

Followers: 0   Following: 0

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 9 anni fa | 4 risposte | 0

4

risposte

Domanda


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....

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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,...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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.

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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)...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Carica altro