Hitesh
Followers: 0 Following: 0
Feeds
已回答
I need to create a Standalone Desktop App that creates a Word or PDF document
Hi Lander, When executing the standalone application generated from "Sum_Word.mlapp" file you provided, it resulted in the erro...
I need to create a Standalone Desktop App that creates a Word or PDF document
Hi Lander, When executing the standalone application generated from "Sum_Word.mlapp" file you provided, it resulted in the erro...
9 days 前 | 0
| 已接受
已回答
Custom square wave in simulink
Hi You need to use "Signal Editor" block to create custom signals to achieve the desired result. I have created the same signa...
Custom square wave in simulink
Hi You need to use "Signal Editor" block to create custom signals to achieve the desired result. I have created the same signa...
11 days 前 | 0
| 已接受
已回答
Import N excel files in N matrix, with name in function of a variable
Hi Andrea, You need to use structure within the loop to dynamically create variables for each corresponding CSV file when impo...
Import N excel files in N matrix, with name in function of a variable
Hi Andrea, You need to use structure within the loop to dynamically create variables for each corresponding CSV file when impo...
12 days 前 | 0
| 已接受
已回答
Freezing simulink canva with plenty of dashboard elements
Hi Marek, I also encountered the same issue when trying to zoom or open subsystems with dashboard elements in the Simulink fil...
Freezing simulink canva with plenty of dashboard elements
Hi Marek, I also encountered the same issue when trying to zoom or open subsystems with dashboard elements in the Simulink fil...
12 days 前 | 0
已回答
Live editor text formatting
Hi David Cole, The "fprintf" function does not inherently add spaces or newlines to your output unless specified. However, if i...
Live editor text formatting
Hi David Cole, The "fprintf" function does not inherently add spaces or newlines to your output unless specified. However, if i...
12 days 前 | 0
已回答
How to solve error in compiling a stand alone application
Hi okoth ochola, The answers to both of your queries are as follows: The error "Creating installer zip archive due to conten...
How to solve error in compiling a stand alone application
Hi okoth ochola, The answers to both of your queries are as follows: The error "Creating installer zip archive due to conten...
15 days 前 | 1
| 已接受
已回答
Implement compressed sensing with FFT
Hi Karoline, You need to ensure that nature of the signal and the properties of the “FFT” aligns with the compressed signals. T...
Implement compressed sensing with FFT
Hi Karoline, You need to ensure that nature of the signal and the properties of the “FFT” aligns with the compressed signals. T...
16 days 前 | 1
已回答
What are the parameters to run Matlab runtime container?
Hi Pablo, You need to use the following command to run the MATLAB Runtime Docker container which you have pulled from Docker H...
What are the parameters to run Matlab runtime container?
Hi Pablo, You need to use the following command to run the MATLAB Runtime Docker container which you have pulled from Docker H...
16 days 前 | 1
| 已接受
已回答
Interpolate missing hourly and daily data
Hi @Adib Muhammad You can use the“interp1”function to interpolate data at both hourly and daily intervals. The below-mentioned...
Interpolate missing hourly and daily data
Hi @Adib Muhammad You can use the“interp1”function to interpolate data at both hourly and daily intervals. The below-mentioned...
16 days 前 | 0
已回答
FMU 3 does not contain all API functions. This leads to an error when using with FMPy
Hi Bavo, Based on my understanding of the error, it looks that the function "fmi3InstantiateModelExchange" is absent from the s...
FMU 3 does not contain all API functions. This leads to an error when using with FMPy
Hi Bavo, Based on my understanding of the error, it looks that the function "fmi3InstantiateModelExchange" is absent from the s...
19 days 前 | 0
已回答
How to code a repeated measure variable that is the independent variable for a mixed effect model
Hi Caroline chwiesko, You can get effect of "CVR_HIP" in "hemisphere" 2 in comparison to effect of "CVR_HIP" in "hemisphere" 1 ...
How to code a repeated measure variable that is the independent variable for a mixed effect model
Hi Caroline chwiesko, You can get effect of "CVR_HIP" in "hemisphere" 2 in comparison to effect of "CVR_HIP" in "hemisphere" 1 ...
19 days 前 | 0
已回答
Configuration parameters not editable or not available - R2024a
Hi Djordje, The error you encountered is due to the ert_custom_issue.tlc file. The .tlc file that you have shared was having "r...
Configuration parameters not editable or not available - R2024a
Hi Djordje, The error you encountered is due to the ert_custom_issue.tlc file. The .tlc file that you have shared was having "r...
19 days 前 | 2
| 已接受
已回答
Does gradCAM work on 3D image inputs?
Hi @Khuhed Memon From what I understand is that if your model has multiple classes, ensure that the index you are passing to "g...
Does gradCAM work on 3D image inputs?
Hi @Khuhed Memon From what I understand is that if your model has multiple classes, ensure that the index you are passing to "g...
19 days 前 | 0
已回答
I am working on FxLMS Algorithm for noise cancellation what changes i have to do in my code so it work properly
Hi Rajendra, You are on the right track to implementing the FxLMS Algorithm for Noise Cancellation. Kindly ensure that referen...
I am working on FxLMS Algorithm for noise cancellation what changes i have to do in my code so it work properly
Hi Rajendra, You are on the right track to implementing the FxLMS Algorithm for Noise Cancellation. Kindly ensure that referen...
22 days 前 | 0
已回答
How can I save a variable of type cell or higher dimensional matrix with different filenames inside a parfor loop?
Hi Madhurima, You can save variables with different filenames by creating a separate function to handle the file-saving proces...
How can I save a variable of type cell or higher dimensional matrix with different filenames inside a parfor loop?
Hi Madhurima, You can save variables with different filenames by creating a separate function to handle the file-saving proces...
23 days 前 | 1
| 已接受
已回答
How to avoid repeatly loading parallel pool when running .exe matlab file in cmd
Hi @Mingkang, The issue might occur if the code is creating new “parpool” everytime without checking the existence of the exis...
How to avoid repeatly loading parallel pool when running .exe matlab file in cmd
Hi @Mingkang, The issue might occur if the code is creating new “parpool” everytime without checking the existence of the exis...
24 days 前 | 0
已回答
Support with interpolation using interp3 in MATLAB
Hi Z, To interpolate the phase current and power factor using the provided reference points for voltage, torque, and speed. It...
Support with interpolation using interp3 in MATLAB
Hi Z, To interpolate the phase current and power factor using the provided reference points for voltage, torque, and speed. It...
24 days 前 | 0
已回答
How to perform a linear model for effects of categorical variables on a numeric variable?
Hi @Sara Woods, Yes, your approach to fitting linear models in MATLAB using the fitlm function is correct. You can use "disp" f...
How to perform a linear model for effects of categorical variables on a numeric variable?
Hi @Sara Woods, Yes, your approach to fitting linear models in MATLAB using the fitlm function is correct. You can use "disp" f...
25 days 前 | 1
已回答
doesn't find audio harware
Hi Kevin, The issue might occur because of multiple reasons, to troubleshoot, please ensure the following: Verify the Audio ...
doesn't find audio harware
Hi Kevin, The issue might occur because of multiple reasons, to troubleshoot, please ensure the following: Verify the Audio ...
26 days 前 | 0
已回答
How to use splitapply function with a grouping variable which is a cell array in my table?
Hi Muazma Ali, You can follow below to steps to achieve grouping of variables which is a cell array containing two strings on e...
How to use splitapply function with a grouping variable which is a cell array in my table?
Hi Muazma Ali, You can follow below to steps to achieve grouping of variables which is a cell array containing two strings on e...
27 days 前 | 0
已回答
ismember matlab function too slow
Hi Paula Giménez Mínguez, From the code snippet, what I understand that you are determining if a pixel index matches an uptak...
ismember matlab function too slow
Hi Paula Giménez Mínguez, From the code snippet, what I understand that you are determining if a pixel index matches an uptak...
29 days 前 | 0
| 已接受
已回答
Help: What are the differences between lwt2 in previous versions and the current version?
Hi @jiang yutong Starting with MATLAB R2021b, the syntax for the “lwt2”function has been updated. Previously, the "lifewave"obj...
Help: What are the differences between lwt2 in previous versions and the current version?
Hi @jiang yutong Starting with MATLAB R2021b, the syntax for the “lwt2”function has been updated. Previously, the "lifewave"obj...
1 month 前 | 1
| 已接受
已回答
Use rk4 (ode45) to get a solution on signals both contra and co propagating
Hi Hugo, From what I understand, you are trying to solve a system of equations whose solution vector contains contra propagat...
Use rk4 (ode45) to get a solution on signals both contra and co propagating
Hi Hugo, From what I understand, you are trying to solve a system of equations whose solution vector contains contra propagat...
1 month 前 | 0
| 已接受
已回答
SI Core Engine Engine Load Breakpoints
Hi Murat, The term “Load Breakpoint” in SI Engine Simple Torque Model within Simulink Powertrain Blockset refers to a set of ...
SI Core Engine Engine Load Breakpoints
Hi Murat, The term “Load Breakpoint” in SI Engine Simple Torque Model within Simulink Powertrain Blockset refers to a set of ...
1 month 前 | 0
已回答
Caucer fraction expansion fraction expansion for filter synthesis
Hi Liam Jacobs, You can use MATLAB's built-in functions, "quorem" or "residue," to obtain the constant value. Ensure these fun...
Caucer fraction expansion fraction expansion for filter synthesis
Hi Liam Jacobs, You can use MATLAB's built-in functions, "quorem" or "residue," to obtain the constant value. Ensure these fun...
1 month 前 | 0
已回答
How to Automatically Upload AEwin .DTA Files to a Web Server Using MATLAB or Python?
Hi Huzaifa, You can automate the whole process in MATLAB in three phases: Detection of new .DTA file Reading and processing ...
How to Automatically Upload AEwin .DTA Files to a Web Server Using MATLAB or Python?
Hi Huzaifa, You can automate the whole process in MATLAB in three phases: Detection of new .DTA file Reading and processing ...
1 month 前 | 0
| 已接受
已回答
Need to rectify error in my matlab code given below
Hi Jasmine, The error you encounter is due to the incorrect use of symbolic differentiation and the definition of “n(t)” as a ...
Need to rectify error in my matlab code given below
Hi Jasmine, The error you encounter is due to the incorrect use of symbolic differentiation and the definition of “n(t)” as a ...
1 month 前 | 0
已回答
Every time I log in, I get an error message dialog: Error starting MATLAB Connector: One or more services failed to start
Hi Garrett Mitchener, I too have encountered this error. The error message indicates that the services is not installed proper...
Every time I log in, I get an error message dialog: Error starting MATLAB Connector: One or more services failed to start
Hi Garrett Mitchener, I too have encountered this error. The error message indicates that the services is not installed proper...
1 month 前 | 0
已回答
How to properly change the sampling time of Vehicle Control Unit subsystem?
Hi Duc Giap Nguyen, I am assuming that the VCU is a referenced subsystem within a larger system, and it contains an MPC subsys...
How to properly change the sampling time of Vehicle Control Unit subsystem?
Hi Duc Giap Nguyen, I am assuming that the VCU is a referenced subsystem within a larger system, and it contains an MPC subsys...
2 months 前 | 0
已回答
Simulink data type conversion, single to uint16.
Hi Jamie, I am assuming that you have used "Data Type Conversion" block, and the conversion to "uint16" resulted in unexpected...
Simulink data type conversion, single to uint16.
Hi Jamie, I am assuming that you have used "Data Type Conversion" block, and the conversion to "uint16" resulted in unexpected...
2 months 前 | 0
| 已接受