Community Profile

photo

Amanda


Attivo dal 2022

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


How to make equation work for each frame of data?
Hey guys! I have walking data that I am trying to calculate joint angles for. The data I have has two colums of 134 rows that I ...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


How to create a vector for multiple frames of data in rows and columns?
I have data from a walking data collection. Each marker has two columns of data and 134 rows of data. I need to create a vector ...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


how to create a vector for more than one frame of data?
I am working on gait data and need to make a vector that corresponds to the time of each frame. The time vector needs to start a...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


Help with camera angles?
I have an assingment that I am taking a 2d maze and making it 3d. I am trying to change the camera angle so that it makes it loo...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


I need help updating the camera position and view direction
I need to update the robot_location (given as the 2d-coordinates of the center of the cell the robot is currently in), the robot...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


Help changing camera related properties of the axes
I have created a robot maze and I need to adjust the way the camera works in the 3D axes. I need to change the camera related pr...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to fix a callback for a checkbox
I have a check box that tracks the toggle history of my robot meaning when its clicked its shows the path of the robot and when ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I have a battle ship code but I cant get the ships to be placed
I have labeled the ships for the code but they are being placed in the games I want them to be randomly placed by idk how to fix...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to write code for battle ship
I have a 6 by 6 grid and now I want to place my ships on the grid. I want to write this so if the player chooses the correct squ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to make a simple gui for battle ship
I know there is alot of different things on battleship on this site but I just want help making a simple gui for the battleship ...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to create the game battle ship with a gui
I am trying to recreate the game battleship using a gui. For the game i want to have a 5x5 gride, I want a button that randomize...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How use a check box in a GUI
I have created a Gui for a robot maze. I have a check box that shows the togglehistory its checked and doesnt show it when its ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I need help fix a check box in a gui
I have create a gui for a robot maze. When the robot moves through the maze a blue line follows the path the robot took. In my g...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to change the visualization from lines to a patch
I have a robot maze that is in 2d and im trying to make it 3d. Currently the walls are lines and I need to turn them to patches ...

oltre un anno fa | 1 risposta | 1

1

risposta

Domanda


I trying to get a check box to work on a gui
I have created a gui for a robot maze. I have a check box, when its checked i want it to show the bath of the robot when its not...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to use a edit box on a GUI
I am trying to use a edit box to be able to put a number in the box and then use a push button and it will take that number and ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


gui edit box and push button
I am creating a robot maze. I have a edit box that i want to be able to a number of steps I want the robot to take and when I pr...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to randomize points using a GUI
I have created a GUI that has a push button that you can add points to the graph and a button to randomize the added point. I ha...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Help writing a function for a gui
I have created a GUI with a graph that randomly plots a point on the graph. I have a push button that when its clicked I want it...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I need help setting a pushbutton in a GUI
I have started creating a GUI and I have ploted a point in the GUI on a graph. I have a push button that I want to be able to us...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I need help randomizing the points of the traingle
I need help radomizing the points of the triangle just like the color/markersize/edgecolor change.

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I need help randomizing a triangle
I have written a code that is suppose to randomize the triangle as well as the markers/colors/edgecolors but I cant get the tria...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


I need help writing a function with one input and one output
Im trying to write a function 'walk'. My input is 'number_of_steps' and my output is 'steps_made_successfully'. Im trying to ins...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Writing a function with 1 input and 1 output
I need help creating this function "walk" with one input and output. The input is labeled "number_of_steps" and the output is la...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to edit text box
I have a edit box and a push button I want to make the push button do whatever I put in the edit box but I dont know how to do t...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I need help writing a script for an edit box
I need help writing a script for and edit box and button. When the button is pressed I need my robot to walk forward as many ste...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to make a Gui checkbox work
I am trying to make my check box for my gui either disp 'showHistory' or 'hideHistory' depending on whether the the box is check...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Making a nested function in within a script for a call back function
I am learning how to program a GUI programatically. I have a script called plotburst that i need to write a nested function call...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to plot points in a GUI
I have a Gui that I am trying to plot random points in but everytime I plot something it erases the button I have made in the GU...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How do you plot a point in a GUI graph
I have a Gui that i need to plot a random point in the axes but I dont know how. This is what I have

oltre un anno fa | 1 risposta | 0

1

risposta

Carica altro