已回答
Hello, How can I make the output timetable look similar in the photo, so it will 901*1 instead of 901*3
Hi @Reham Wafaee, You can modify last couple of lines in following way to get desired, add/modify the last couple of lines to u...

4 months 前 | 1

已回答
How to use Solver in Matlab?
Hi @Yasaswi You can easily work with Excel files and solve optimization problems in MATLAB. Start by importing your Excel data ...

4 months 前 | 1

| 已接受

已回答
JSON format from the API
Hi @Mert, I generated an API key from https://home.openweathermap.org/api_keys and tried a simple MATLAB function, from which I...

4 months 前 | 0

| 已接受

已回答
Is it possible to use tiledlayout to create a figure with plots and a PDF image? (per attachment)
Yes, it's possible to combine plots and vector images (such as PDF images) within a figure using tiledlayout and nexttile in MAT...

4 months 前 | 0

| 已接受

已回答
How to make binary to gray scale
Hi, To create a grayscale gradient from the center to the edge of your circle, you'll adjust the pixel values based on their d...

5 months 前 | 0

| 已接受

已回答
Read excel data in Simulink and convert it into an array
Hi Aniruddh, It appears you're using the %#codegen directive, which serves as a pragma to indicate your intention for code gene...

5 months 前 | 0

已回答
plot in designated subfigures in loops
You can use tiledlayout and nexttile to create a tiled chart for multiple layouts. Refer to the documentation for more informat...

5 months 前 | 1

| 已接受

已回答
How to wrote code for Ramp Filter and show the firgure?
I am assuming that the filter is linear in frequency domain, i.e., it amplifies the frequency components linearly w.r.t frequenc...

5 months 前 | 0

| 已接受

已回答
Error in Trying to Build a Custom Variable Resistor In MATLAB Simulink
Hi Elias, When attempting to use your provided code within MATLAB R2023a, I encountered an error within the Block Parameter dia...

5 months 前 | 1

| 已接受

已回答
Error while running monitor and tune on zedboard using matlab_2023 and xilinx2019.2
Hi Anuj, To get the "Configure, Monitor & Tune" option working, you need to build your model with socBuilder as the error sugg...

5 months 前 | 0

已回答
Squeeze some part of a plot
Hi Lida, I don't think MATLAB provides built-in functionality for such specific non-linear axis adjustments. But one can approx...

5 months 前 | 0

已回答
Gamultiobj and NSGA ii
NSGA-II is a widely used algorithm for solving multi-objective optimization problems. It is known for its efficiency in finding ...

5 months 前 | 0

已回答
How does gamultiobj() take care of single objective optimization problem?
Hi Dhanesh, gamultiobj function in MATLAB designed for solving multi-objective optimization problems using genetic algorithms. ...

5 months 前 | 0

| 已接受

已回答
Parse error in matlab2tikz
Hi Bell, The error you're encountering with matlab2tikz suggests that there's an issue with how the function's arguments are be...

6 months 前 | 1

| 已接受

已回答
Code Generation with some unnecessary code
Hi Tao, I understand you want to know why there are 'uncessary' shifts involved in generated C code for addition MALTAB script....

6 months 前 | 0

已回答
AXI Manager over PCIe Example
Hello Andrea, It seems like the issue you're encountering revolves around accessing the specific example and the associated pci...

6 months 前 | 0

| 已接受

已回答
Cant Build Model due to Reason: "Code generation information file does not exist"
Hi Marcel, I guess you are having issues while deploying a Simulink Model to a Raspberry Pi device due to the missing "rtw_cont...

6 months 前 | 0

已回答
Problem with network class variable on Matlab Function on Simulink
Hi Haritz, It looks like you're encountering limitations due to MATLAB Function blocks not supporting the direct use of certain...

7 months 前 | 0

已回答
Embedded Coder Bug: Not using return value of code-generated "Prelookup" function
Hi Gabriel, Regarding the unused return value from the prelookup function, I assume you have already checked the model configur...

7 months 前 | 0

| 已接受

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 months 前

已回答
What is involved in the design and creation of this SoC Builder example "Receive Signal Waveform using DDR4 on Xilinx RFSoC device"?
Hello Stephen, The design you're referring to, as outlined in the documentation, utilizes both the DSP System Toolbox and the S...

8 months 前 | 0

已回答
Velodyne Lidar Code Generation
Hello Ahmed, I understand you're navigating through the process of working with your Velodyne LiDAR sensor and the NVIDIA Jetso...

8 months 前 | 0

已回答
Incorporating C2000 driver library code in Simulink Stateflow.
Hi Sajid, I understand that you want to maintain a separation of concerns in your design. For your case, I assume that many co...

8 months 前 | 0

已回答
Semiconductor Optical amplification on Coherent optical transmission systems
Hi Basil, There are some Semiconductor Optical Amplifier implementations in MATLAB available in File Exchange by 3rd party/indi...

8 months 前 | 0

已回答
How to import an image in a deployed application for Raspbery Pi
Hi Matthias This situation is quite unique, and I couldn't find any specific guidance on using the 'Camera Module 3' with MATLA...

8 months 前 | 0

| 已接受

已回答
Version mismatch with exportgraphics? "class matlab.graphics.internal.mlprintjob has no Constant property or Static method named 'containsUIElements'"
Hello, The function `exportgraphics` was first introduced in MATLAB version R2020a, which means it does not exist in MATLAB R20...

9 months 前 | 0

已回答
Any one clear my idea to implement prohibited operation zone vector for 6 generators to get economic dispatch solution?
Hello Asif, To incorporate the Prohibited Operation Zones (POZs) constraints, you need to modify the Lambda Search Algorithm (L...

9 months 前 | 0

已回答
I need to take data from the Command window for real-time use. Is there anyone who can help me with this?
Hi Natt, I assume that you have a script or function that collects/generates real time data in MATLAB. To process real-time dat...

10 months 前 | 0

已回答
How to correct for CPU clock speed changes when doing code profiling / optimization
Hi Rozh, Corrections for CPU clock speed changes when doing code profiling and optimization is inherently challenging both in t...

10 months 前 | 0

| 已接受

已回答
Switching losses of a MOSFET in a Inverter-Bridge
Hello Kai, I understand that you want to calculate switching losses for the Ideal N-channel MOSFET for switching applications. ...

10 months 前 | 0

| 已接受

加载更多