Community Profile

photo

Andrew Poissant


Last seen: fast 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Run matlab command after Simulink code gen is complete?
I have a Simulink file that I generate code for and build on an Odroid. I want to run another Simulink file on my laptop after t...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Execute subsystem in Simulink if condition is met for 5 seconds?
I have a subsystem that I want executed in Simulink when a variable, RC_flag, is equal to 0 for 5 seconds. I have RC_flag updati...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Continually send data in Simulink while it executes an S Function?
I have a Simulink model that is continually sending data to my Pixhawk. However, when I execute an S Function 50 seconds into si...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Run Linux Terminal Command on my External ROS Device
I am able to connect to an external ROS master on my Odroid XU4. After starting the ROS master on my Odroid, I am able to execut...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Cannot Connect to ROS Master Running on Odroid XU4
I found out you need to actively run ROS on the Odroid in order to be able to connect to it to matlab. After running the command...

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


Cannot Connect to ROS Master Running on Odroid XU4
I am trying to connect to the ROS master running on an odroid XU4. However, whenever I try to use rosinit, I get the error: "Can...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Execute S Function Builder Using Windows Subsytem for Linux?
I am trying to integrate C code into my Simulink model using the S Function Builder block. I typically run matlab and Simulink o...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error setting up target for Odroid XU4
I am following the video examples on custome target development for ARM Cortex A (https://www.mathworks.com/videos/custom-target...

fast 5 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Simulink simulation won't start on Raspberry Pi3 in External Mode
I am trying to run my Simulink model in external mode on a Raspberry Pi 3. I went through all of the setup and initial tests for...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Switch between VR Text Output blocks for VR Sink in Simulink
I have two VR Text Output blocks that need to update text in my 3D world. I want to be able to switch between each VR Text Outpu...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How SFRotation Works in 3D World Editor?
I am trying to hook up my UAV Simulink model to VR Sink by sending translation and rotation values from my model to VR Sink. I a...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Issue Using usgsdem()
I used usgsdems() function to locate which DEM file I need (see code below). It says I need 'washington-e'. Now I want to read i...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Reference axis for Euler angles of Simulink's FlightGear hookup?
I am trying to hook up my UAV Simulink simulation to Flight Gear. To do this, I am using Aersospace Blockset's FlightGear Precon...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Alternative to convhulln() function for code generation in Simulink?
I am trying to get my matlab code in a matlab function block in Simulink. However, one of the functions I use, convhulln(), is n...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Hook up GUI slider and static text box?
I created a GUI in guide and have a static text box and slider. When certain events in my simulation happen, a text string is ap...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Fit multiple rectangles to clusters of points?
I have a set of points (x,y) that I am fitting a rectangle to. There are many methods to do this but it would be better if I wer...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to use Classic State Machine outputs in Simulink?
After searching around much more I found that adding a memory block to the outputs sent to Simulink solves the issues. Source:...

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


How to use Classic State Machine outputs in Simulink?
I created a classic State Machine using the StateFlow add-on to Simulink. I am able to input various parameters that are updated...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to remove duplicate layers in a multidimensional matrix?
I have a 2x4x36368 multidimentsional matrix. How do I scan the matrix quickly and remove duplicate layers? So if one of the 2x4 ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Update UI table data in appdesigner?
I used appdesigner to create a table. How can I update the 'Data' property of my table when the user enters new data in the cell...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Add or remove a row of four horizontal Edit Field (Numeric) boxes in appdesigner on button push?
I created a UI in appdesigner where the user can enter in waypoints (see attached screenshot). I have four Edit Field (Numeric) ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to Execute Maltab Function Block Every X Seconds in Simulink?
I have a Matlab Function Block that slows down my SImulink simulation. Is there a way to execute the Matlab Function Block every...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change text style in static text box in matlab GUI?
I made a matlab GUI in GUIDE and I have a static text box that is updated. I use the code below to add text underneath the text ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Rotate part of an image?
I have a .tiff file that I read into matlab as a .mat file and plot. When I plot the matrix, the image I am actually interested ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Obtain subscript values of common diagonal rectangle in binary matrix?
I am trying to find where in the MM_bin binary matrix (see attached MM_bin.mat file) contains the check_mat matrix (see code bel...

mehr als 5 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Check if nxm block of 1s is inside binary matrix
I have a 90x89 binary matrix (see attached). In short, the 1s are good and 0s are bad. I want a quick way to check and return an...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Determine if there are 3 consecutive rows and columns in a list of subscripts
I have a 28x2 matrix (see printout below) of subscript values (row, col) and I want to determine if there are 3 consecutive rows...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Check if sub-block in matrix meets a condition?
Figured out the answer. I can create a 2x2 matrix of 2s and use matlab's intersect function to check if this block is present in...

mehr als 5 Jahre vor | 0

Frage


Check if sub-block in matrix meets a condition?
I have a 7x10 matrix of integer values (see attached .mat file). I want to check if a block inside the matrix (lets say 2x2) mee...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Check if one cell is comprised in other cells of an array?
I have a variable, var (see attached .mat file), that is a 1x7 cell array. It has the following cells: {766×2 double} {766×2...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden