Risolto


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

circa un anno fa

Risolto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

circa un anno fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

circa un anno fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

circa un anno fa

Risolto


Create a vector
Create a vector from 0 to n by intervals of 2.

circa un anno fa

Risolto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

circa un anno fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

circa un anno fa

Risposto
fminsearch function stops after a few iterations in simulink real time with inverter
Hi Yannic, I would suggest explicitly defining / checking the tolerances and stopping criteria of the "fminsearch" function in ...

circa un anno fa | 0

Risposto
Can simulink real-time host PC be a linux machine?
Hi Cody, You can use Simulink® Real-Time™ on Windows® and Linux® platforms for your host PC starting from R2022a, as indicated ...

circa un anno fa | 1

| accettato

Risposto
CAN Explorer and I/O 602 Speedgoat module
Hi Gabriel, In short, you will need to insert the CAN driver blocks corresponding to your IO602 module in your model. These dri...

circa un anno fa | 1

Risposto
Speedgoat, select default output for monitor connexion
Hi Bertrand, Usually, such settings can be found in the BIOS of your target machine. For more details, I kindly suggest that yo...

circa un anno fa | 0

| accettato

Risposto
Speedgoat IO306 Serial Connection
Hi Rafael, In short, the Serial (UART) protocol transmits packets of 8 bits each that will contain your data. The structure of ...

circa un anno fa | 0

| accettato

Risposto
Apply C code for real-time Speedgoat operation
Hi Mantas, The integration of external C/C++ code in Simulink Real-Time is documented here. Please note that your original code...

circa un anno fa | 0

Risposto
Can every motherboard use for xPC target application?
Hi GreenPiece and Yavuzhan, Not every hardware will work with Simulink Real-Time. I'm not aware of any list of supported config...

circa un anno fa | 0

Risposto
custom hardware interface for Simulink Desktop Real-Time
Hi Michiel, Not sure about Simulink Desktop Real-Time, but you might want to have a look into the solution offered by Simulink ...

circa un anno fa | 0

Risposto
implementation of the HIL test on a new target.
Hi Zineb, I'm assuming you have the following files in mind, is that correct? Create a Transport Layer for TCP/IP or Serial Ex...

circa un anno fa | 0

Risposto
Bus Restriction on Name/DataType in Real-Time Simulation
Hi MT, I suggest reporting this to the MathWorks Support team (support@mathworks.com) to have this investigated and potentially...

oltre un anno fa | 0

Risposto
I am getting an error 'Output Port 1' of 'Wind_Turbine/Scopes/Blade Load Scopes i not connected." when i run the model below but I'm not sure where to connect the in/output
Hi Karam, It looks like these output ports are not used anywhere in your model, so you can simply delete them to get rid of the...

oltre un anno fa | 0

| accettato

Risposto
Simulink simulation output differs when run on Speedgoat Target machine and on user's machine
Hi Andrea, If the simulation outputs are different, there's a high chance that the input signals are different too. Could you c...

oltre un anno fa | 0

Risposto
Are there any blocks that work with Simulink simulation but not real-time?
Hi John, The easiest way to get more details about the build error is to go here in the diagnostics viewer: Best, Dimitri

oltre un anno fa | 0

Risposto
simulink real time maximum hardware support?
Hi Nicky, In R2020a and earlier, Simulink Real-Time uses a 32-bit real-time OS (RTOS) on the target machine. The maximum quanti...

oltre un anno fa | 0

Risposto
Download Simulink Real-Time Target Support Package version 21.1.0
Hi Nicolas, As far as I know, this is not possible by default as of now. I suggest that you reach out to the MathWorks support ...

oltre un anno fa | 1

Risolto


Locate image wells
A mathematical model of wells pumping groundwater near a boundary can be constructed using the method of images, which is also u...

oltre un anno fa

Risolto


How to find the 5th power of a variable
Getting an aquaintance of how to find the 5th power of a variable

oltre un anno fa

Risolto


How to square something
Looking to see if something could be squared from the code you created from the input of x

oltre un anno fa

Risolto


How to cube root something
An aquaintance on how to cube root an element

oltre un anno fa

Risolto


Finding the 9th power of a variable
Getting aquainted with finding the 9th power of a variable

oltre un anno fa

Risolto


How to square root something
A practice problem to get you aquainted with how to square root something.

oltre un anno fa

Risolto


How to find a 7th power of a variable
Getting aquainted with finding the 7th power of a variable.

oltre un anno fa

Risolto


How to find the sixth power of a variable
Getting an aquainatance of finding the sixth power of a variable.

oltre un anno fa

Carica altro