Community Profile

photo

Jack


Last seen: environ un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 4
  • Thankful Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
Randperm in symmetric matrix
To select random entries from a symmetric matrix and ensure that the corresponding symmetric positions are also included in the ...

environ un an il y a | 0

A répondu
Struct convert to a Indexed values
To convert a struct with 301 rows, each containing a 36x1 Target information, into a struct with 301 indexes and 36 columns for ...

environ un an il y a | 0

A répondu
solving a second order non linear differential equation using RK 4TH order method
Here's an example code in MATLAB for solving the given differential equation using the RK4 method. Note that you need to define ...

environ un an il y a | 0

A répondu
How do i create an application to display “Hello World” string the number of times user inputs a numeric value? Please help me
Here's an example code that takes an input of an integer number and prints "Hello World" that many times in Android Studio: Cre...

environ un an il y a | 0

A répondu
Model simulation don't run and disappears when I change camera angle
Based on the details you provided, it seems like a potential issue with the graphics hardware or software on the computer you're...

environ un an il y a | 0

| A accepté

A répondu
estimate parameter of complex function to predict target with neural network
To estimate the parameters of your complex function using a neural network, you can follow these general steps: Prepare your da...

environ un an il y a | 0

A répondu
Spontaneously deleted information from struct variable
This sounds like a very strange issue that could potentially be caused by a bug in MATLAB. Here are a few suggestions that you c...

environ un an il y a | 0

A répondu
What is the rationale behind dividing a line inductive reactance already in per unit (XL(pu)) by base angular frequency (2*pi*F) to get Lpu?
The equation Lpu = Xpu/(120*Nominal Frequency) is commonly used to convert the reactance Xpu of a component from its actual valu...

environ un an il y a | 0

A répondu
standard deviation image ( for each pixels)
You can use the std function in MATLAB to calculate the standard deviation of each pixel along the band dimension. Here is the m...

environ un an il y a | 0

| A accepté

A répondu
How to access lag segment of data.dat and execute loop at a fixed frequency on it?
Hello! It is possible to perform real-time analysis and plotting of recorded data while it is being recorded. One way to achiev...

environ un an il y a | 0

A répondu
How to display large matrix
To display the entire 100 by 100 matrix on the screen with row and column indices in MATLAB, you can use the disp function to di...

environ un an il y a | 0

A répondu
Mask parameter value is ignored with HDL Counter word length
Hello Charles, Regarding your first question, it sounds like the HDL Counter block is not recognizing the updated value of the ...

environ un an il y a | 0

A répondu
How to use nested object in Matlab function with non-constant properties
It seems like you are trying to use a custom MATLAB class in Simulink, which can sometimes be challenging. Here are a few sugges...

environ un an il y a | 0

A répondu
plot with reversed y-axis in a normal y-axis
You can use the image function in MATLAB to display the video frames and then use insertShape to plot the eye position on top of...

environ un an il y a | 0

| A accepté

A répondu
Not able to reproduce results in experiment manager app
If you cannot see the results of your experiments in the Experiment Manager app, there are a few things you can try to troublesh...

environ un an il y a | 0

A répondu
Creating source unsteady sinus wave of gas pressure in simscape
To create a sinusoidal wave of gas pressure as a source in a pneumatic system modeled in Simulink/Simscape, you can use the "Sig...

environ un an il y a | 1

| A accepté

A répondu
how to set ctr input for nrCRCEncoder
The nrCRCEncoder function in the 5G Toolbox takes two inputs: in and crcGen: out = nrCRCEncoder(in,crcGen) The in input is the...

environ un an il y a | 0

A répondu
Undefined function or variable 'matscale'.
The error message you are seeing suggests that the MEX file for the MATLAB function XXX is not included in the JAR file. When p...

environ un an il y a | 0

A répondu
Axes colour in figure changes after using saveas function to save as png
When you save the figure using the saveas function, MATLAB uses a default resolution of 150 DPI (dots per inch) to create the PN...

environ un an il y a | 0

A répondu
How can I transform incoming BLE data in matlab to normal decimal values.
The values you are seeing, 55 52 51, are the ASCII codes for the characters '7', '4', and '3' respectively. To convert these ASC...

environ un an il y a | 0

A répondu
Order of plot criteria
Hi C, I'd be happy to help you with your code. From what I understand, you want to create a dynamic legend that includes the nu...

environ un an il y a | 0

| A accepté

A répondu
Simulink Real-Time with Trellix firewall
It sounds like you are experiencing issues with establishing a connection between Simulink Real-Time and a Speedgoat target due ...

environ un an il y a | 1

A répondu
HIL ( hardware-in-the-Loop) test for an existing calculator
Based on your requirements, it sounds like you want to create a communication module that can send data from MATLAB models to a ...

environ un an il y a | 0

A répondu
Calling dll in protected model.
Hi, It is possible that the issue you are facing is related to the use of a non-inline S-function. Protected models have certai...

environ un an il y a | 1

| A accepté

A répondu
How can I plot this periodic function?
Hi, Sure I can help you with that % Define the function F(t) F = @(t) t.*exp(2*t); % Define the period and the time range ...

environ un an il y a | 1

| A accepté

A répondu
Change file header and save the file -- do this for all files in directory.
You can use a loop to iterate through all the files, read them in, change the headers, and then save them with the updated heade...

environ un an il y a | 1

| A accepté

A répondu
In the ee_dc_fast_charger project of MATLAB 2021b, what is the topology used in the plant models.
The ee_dc_fast_charger project in MATLAB 2021b uses a dual-stage power conversion topology. The Front-End Converter (FEC) is a s...

environ un an il y a | 0

A répondu
How to merge new variables and append new rows at the same time (when synchronizing timetables)?
To achieve the desired output, you can use the addvars function to add the variable x3 from R2 to R1, and then add a new row wit...

environ un an il y a | 0

A répondu
how to close powerpoint
If you want to close a PowerPoint presentation that you opened earlier in your script, you can use the Close method of the Prese...

environ un an il y a | 0

| A accepté

A répondu
When using Simulink External Mode with an AXI4-Stream IIO Read block, if the timeout value is greater than zero, it cause the simulation time to be slower than actual time
Hi, It sounds like you are experiencing some issues with the AXI4-Stream IIO Read block in your implementation. Without more sp...

environ un an il y a | 0

| A accepté

Charger plus