已回答
mapping lookup table to block ram
Hi xiaodong, I am assuming that your model contains a LUT block to process input data and a pipeline register block at the outp...

5 months 前 | 0

| 已接受

已回答
how to connect the (soc) cell wire to ps converter? what are the names of red circled blocks?
Hi Engr., Based on the image provided, I am assuming you are using the example model available in the following documentation i...

5 months 前 | 0

已回答
Filename truncated in MATLAB
Hi Deepayan, The truncated filename in the image is in the 8.3 short filename format. This is a format of filename that is used...

5 months 前 | 1

已回答
How can I adjust the fillet settings of a Raised Median?
Hi Terry, The lane types “Curb” and “Raised Median” have different functional intent. The “Raised median” lane primarily serves...

5 months 前 | 0

已回答
how to read mzXML file?
Hi Yakub, You can refer to the following MATLAB Answer in which another user had the same issue, i.e., the command “mzxmlinfo” ...

5 months 前 | 0

已回答
Sturct alignment when using c2000 blockset for code generation
Hi Xavier, I understand that you are using Embedded Coder to generate code for C2000 targets. Based on the screenshots you hav...

5 months 前 | 0

已回答
how to establish a direct connection model between the engine , the generator and the motor?
Hi Xiaoming, I assume that you are referring to the Hybrid Electric Vehicle model with the image provided, as a connection need...

5 months 前 | 0

已回答
How to set "Function name" for logged signals in a Simulink model using API's?
Hi Dark_Knight, I tried accessing the “Data Access” tab programmatically but could not access them. The following MATLAB Answer...

5 months 前 | 0

已回答
Save a matrix to Image and then extract the same matrix from Image
Hi Fareed. To create a spectrogram plot for the audio file, the “spectrogram” function in the Signal Processing Toolbox is reco...

5 months 前 | 0

已回答
Extract the degree of symbols
Hi Mohammad, The degree of a variable in a polynomial is always a non-negative whole number. The “polynomialDegree(p,vars)” fun...

5 months 前 | 0

已回答
Compute the power spectrum of the input vector ( pspectrum()) and its code generation
Hi Audo, MATLAB Coder creates a .mex file from the generated C code for a given function. The .mex file can be used to check th...

5 months 前 | 0

已回答
certificate from TUV or similar organization
Hi Bhimsen, ISO 13849 is an IEC-61508 related safety standard that applies to machinery control systems. The “IEC Certification...

6 months 前 | 0

已回答
Unable to generate chirp signal in wireless waveform generator app
Hi, The linear FM or chirp signal generation functionality has been introduced in R2022b as per the following release notes: h...

6 months 前 | 0

已回答
Incorrect display of figure when rendering with vector format
Hi Jue, It appears that the figure is not being rendered properly at your end. This issue is not reproducible at my end as the ...

6 months 前 | 0

已回答
Is it possible to solve "Partial Differantial Equations" with simulink?
Hi Hakan. The “Partial-Differential Equation” (PDE) Toolbox is the primary toolbox to solve PDEs in MATLAB. You can refer to th...

6 months 前 | 0

已回答
Tuning of box jenkins model parameters to improve accuracy
Hi John, The model obtained from “bj” function can be tuned in the same way as the models obtained from “oe” and “arx” function...

6 months 前 | 0

已回答
How can I increase the speed of scheme simulation?
Hi stepa, The provided model is stiff and has both fast and slow-changing components. The “Solver” used in the “Configuration P...

6 months 前 | 0

已回答
Unable to start MATLAB. Error 6100.
Hi Joshua. I had faced the same issue earlier. “Error 6100” would appear sporadically when I used MATLAB Docker image. However,...

6 months 前 | 0

已回答
Create single custom simscape component which contains multiple subsystems?
Hi Daniel. There are two possible ways to create a single protected component for Simscape subsystem with nested subsystems: A...

6 months 前 | 0

已回答
Three-Phase V-I Measurement with 4 wires
Hi M., The “Three-Phase VI Measurement” block available in Simscape Specialized Power System (SPS) library, is for measurement ...

6 months 前 | 0

已回答
Missing a continuous variable resistor for Specialized Power Systems
Hi Thomas. There is no “Continuous” simulation-type “Variable Resistor” block available in Simscape Specialized Power Systems (...

6 months 前 | 0

已回答
Issue with Increasing Time Step in "Two-Zone MVDC Electric Ship" Model
Hi Ali. The MVDC model has a default time step of 25e-6 and runs for 30 sec. So, increasing the time-step to 1e-4 throws an err...

6 months 前 | 0

已回答
Two different models for the stepper motor in Simscape stepper motor blocks
Hi Ayham. The stepper motor blocks available in Simscape Electrical and Simscape Specialized Power Systems (SPS) libraries use ...

6 months 前 | 0

已回答
How is the Simulink total block I/O size calculated exactly? It would help me prevent the I/O buffer size error
Hi v k. MATLAB documentation does not provide details regarding how exactly the total block I/O size in Simulink is calculated...

7 months 前 | 1

| 已接受

已回答
How to configure HRPWM module on the F28379D TI LaunchPad
Hi Jeffrey. Based on the description you have provided, I get the understanding that you want to use the PWM/DAC functionality ...

7 months 前 | 0

已回答
How to extract state values of function slewrate() / Get Upper state values bimodal waveform
Hi Jemp. The “slewrate” function has few name-value pair arguments that can be passed into it, as per the following documenta...

7 months 前 | 0

已回答
Divide Matrix into smaller matrices
Hi Max. To divide the matrix into multiple matrices, please check out the following code: arr_temp=1:2000; % To store the 2000...

7 months 前 | 0

已回答
I want to change the parameters of the Synchronous Machine Model 1.0 according to the rpm.
Hi Dongwon. You want to change the synchronous machine parameters based on certain pre-defined relationship between rpm and ma...

7 months 前 | 0

| 已接受

已回答
How do I connect PS Variable Delay Block to a Constant Current Load block
Hi David. I understand that you are trying to introduce a delay of 120 degrees to the current through the load. However, the c...

7 months 前 | 0

| 已接受

已回答
How to access a Fixed Point convert Look up table
Hi Minas. I understand that you are trying to access the lookup table generated from HDL coder for the “hankel” function. A...

7 months 前 | 1