photo

Nick Haufler


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Cargar más