Abhas
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Python, C++, C, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
統計
All
Feeds
回答済み
Multiple Matlab version, DCOM config?
Hi @Joseph Gaglione, To configure your WCF service to prefer MATLAB 2022b (Matlab.Application 9.13) over MATLAB 2018b (Matlab.A...
Multiple Matlab version, DCOM config?
Hi @Joseph Gaglione, To configure your WCF service to prefer MATLAB 2022b (Matlab.Application 9.13) over MATLAB 2018b (Matlab.A...
19日 前 | 0
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
23日 前
回答済み
MATLAB crashes after setting LD_PRELOAD parameter
Hi @Ganesh, The error you're encountering indicates that the shared library "libutils.so" requires a version of the GNU Standar...
MATLAB crashes after setting LD_PRELOAD parameter
Hi @Ganesh, The error you're encountering indicates that the shared library "libutils.so" requires a version of the GNU Standar...
23日 前 | 0
回答済み
Bypassing the sampling limits of resample function of p*q<2^31
Hi @r, The issue arises because the "interp1" function in MATLAB requires the "x" array to have unique values, and your voltage...
Bypassing the sampling limits of resample function of p*q<2^31
Hi @r, The issue arises because the "interp1" function in MATLAB requires the "x" array to have unique values, and your voltage...
23日 前 | 0
回答済み
Superscripts and subscripts in fprintf
Hi @Left Terry, In MATLAB R2016a, "fprintf" does not support displaying text with subscripts directly because it outputs plain ...
Superscripts and subscripts in fprintf
Hi @Left Terry, In MATLAB R2016a, "fprintf" does not support displaying text with subscripts directly because it outputs plain ...
23日 前 | 1
回答済み
Tab completion behavior is different for constructors
Hi @Jaime, The tab completion works differently in the following two cases: Method Argument Validation (arguments block): When...
Tab completion behavior is different for constructors
Hi @Jaime, The tab completion works differently in the following two cases: Method Argument Validation (arguments block): When...
23日 前 | 0
回答済み
Example code for trainedmodel.predictfcn
Hi @Jeremy Grata, MATLAB doesn't provide a built-in feature to directly generate a script outlining the steps "predictFcn" uses...
Example code for trainedmodel.predictfcn
Hi @Jeremy Grata, MATLAB doesn't provide a built-in feature to directly generate a script outlining the steps "predictFcn" uses...
24日 前 | 0
回答済み
Meaning of the p-value calculation for Kolmogorov-Smirnov test in KSTEST2 function
Hi @Aharon Renick, The p-value is derived from the limiting distribution of the KS statistic under the null hypothesis. The KS ...
Meaning of the p-value calculation for Kolmogorov-Smirnov test in KSTEST2 function
Hi @Aharon Renick, The p-value is derived from the limiting distribution of the KS statistic under the null hypothesis. The KS ...
24日 前 | 0
| 採用済み
回答済み
how to show the relation ship between simulink function and its caller
Hi @wenchao zhang, To visually display the relationship between Simulink functions and their callers in your Simulink model, fo...
how to show the relation ship between simulink function and its caller
Hi @wenchao zhang, To visually display the relationship between Simulink functions and their callers in your Simulink model, fo...
25日 前 | 0
| 採用済み
回答済み
MATLAB Mechanic explorer loading slow compare to simulink simulation.
Hi @khoi tang, The issue likely lies in rendering or software configuration, not hardware. MATLAB's Mechanics Explorer relies o...
MATLAB Mechanic explorer loading slow compare to simulink simulation.
Hi @khoi tang, The issue likely lies in rendering or software configuration, not hardware. MATLAB's Mechanics Explorer relies o...
約2ヶ月 前 | 0
回答済み
Generate root level virtual bus outport as struct
Hi @Jake Gareau, To programmatically create "Simulink.Bus" objects for virtual buses to preserve their hierarchy during code ge...
Generate root level virtual bus outport as struct
Hi @Jake Gareau, To programmatically create "Simulink.Bus" objects for virtual buses to preserve their hierarchy during code ge...
約2ヶ月 前 | 0
回答済み
Symbol not found: _mexPrintf when using mex executable
Hi @Robert, The issue you are facing is primarily due to the following: Thread Safety Issue: "mexPrintf" and similar functions...
Symbol not found: _mexPrintf when using mex executable
Hi @Robert, The issue you are facing is primarily due to the following: Thread Safety Issue: "mexPrintf" and similar functions...
約2ヶ月 前 | 1
| 採用済み
回答済み
Simulink C Code Generation creates out of bounds access errors in arrays
Hi @Marco Montanaro, I also encountered the out-of-bounds array access issue in the C code generated by Simulink's Embedded Cod...
Simulink C Code Generation creates out of bounds access errors in arrays
Hi @Marco Montanaro, I also encountered the out-of-bounds array access issue in the C code generated by Simulink's Embedded Cod...
約2ヶ月 前 | 0
回答済み
Cannot run Referenced model in accelerator mode
Hi @Jake Gareau, To address this issue, try using "powergui". Navigate to "preferences" and enable the option called "Use TLC f...
Cannot run Referenced model in accelerator mode
Hi @Jake Gareau, To address this issue, try using "powergui". Navigate to "preferences" and enable the option called "Use TLC f...
約2ヶ月 前 | 0
| 採用済み
回答済み
Code Generation folder for C/C++ code block
Hi @Jake Gareau, To handle your problem and automate the inclusion of your custom code during code generation in Simulink usin...
Code Generation folder for C/C++ code block
Hi @Jake Gareau, To handle your problem and automate the inclusion of your custom code during code generation in Simulink usin...
約2ヶ月 前 | 1
| 採用済み
回答済み
Generate Code for unused Variables in Data Dictionary
Hi @Jake Gareau, In MATLAB, it is not directly possible to declare global variables in a data dictionary and have them appear i...
Generate Code for unused Variables in Data Dictionary
Hi @Jake Gareau, In MATLAB, it is not directly possible to declare global variables in a data dictionary and have them appear i...
約2ヶ月 前 | 1
| 採用済み
回答済み
need help with the mirroring function
Hello, @Keryous, The problem in mirroring the scissor lift stems from the way joint positions are calculated for the sections. ...
need help with the mirroring function
Hello, @Keryous, The problem in mirroring the scissor lift stems from the way joint positions are calculated for the sections. ...
約2ヶ月 前 | 0
回答済み
Simulink CodeGeneration Assertion Fail
Hi @Berkan Uzunoglu, I recently encountered a similar issue while running Model-in-the-Loop (MIL) simulations in MATLAB. After ...
Simulink CodeGeneration Assertion Fail
Hi @Berkan Uzunoglu, I recently encountered a similar issue while running Model-in-the-Loop (MIL) simulations in MATLAB. After ...
約2ヶ月 前 | 1
回答済み
Running Simulink in rapid acceleration mode
Hi @Eyefujirin Ejegi, I encountered a similar issue with Rapid Accelerator mode and upon doing some research I found the follow...
Running Simulink in rapid acceleration mode
Hi @Eyefujirin Ejegi, I encountered a similar issue with Rapid Accelerator mode and upon doing some research I found the follow...
約2ヶ月 前 | 0
回答済み
Entity Generator usage for Assembly Line (Manufacturing)
Hi @Abdul, To generate and simulate a mixed set of entities (M1, M2, M3, M4, M5) with different generation rates and service ti...
Entity Generator usage for Assembly Line (Manufacturing)
Hi @Abdul, To generate and simulate a mixed set of entities (M1, M2, M3, M4, M5) with different generation rates and service ti...
約2ヶ月 前 | 1
回答済み
Trying to make the plot of potency along Z that is a decaying exponential but it goes straight to zero
Hi @Leonardo, The problem might be with how the exponential decay is being computed, especially if the integral values become t...
Trying to make the plot of potency along Z that is a decaying exponential but it goes straight to zero
Hi @Leonardo, The problem might be with how the exponential decay is being computed, especially if the integral values become t...
約2ヶ月 前 | 1
回答済み
Can anyone provide the syntax for how to display point cloud data in matlab?
Hi @learner, You can refer to the below documentation link to know more about point cloud data in MATLAB: https://www.mathwork...
Can anyone provide the syntax for how to display point cloud data in matlab?
Hi @learner, You can refer to the below documentation link to know more about point cloud data in MATLAB: https://www.mathwork...
約2ヶ月 前 | 1
回答済み
How to apply multivariate bootstrapping in Matlab?
To perform multivariate bootstrapping for two output matrices "W0" and "W1" simultaneously in MATLAB, you can use the "bootstr...
How to apply multivariate bootstrapping in Matlab?
To perform multivariate bootstrapping for two output matrices "W0" and "W1" simultaneously in MATLAB, you can use the "bootstr...
約2ヶ月 前 | 0
| 採用済み
回答済み
How to enable "Tail time (Tt)" and "Fall time (Tf)" parameter adjustment in the IGBT block?
Hi @Nishan, The inability to adjust certain timing parameters directly in the IGBT block dialog box in Simscape Electrical migh...
How to enable "Tail time (Tt)" and "Fall time (Tf)" parameter adjustment in the IGBT block?
Hi @Nishan, The inability to adjust certain timing parameters directly in the IGBT block dialog box in Simscape Electrical migh...
約2ヶ月 前 | 1
回答済み
Block output differs for different instances with same parameters
Hi @Thomas, Yes, this behavior can occur in Simulink models due to model complexity and layout. Factors such as numerical preci...
Block output differs for different instances with same parameters
Hi @Thomas, Yes, this behavior can occur in Simulink models due to model complexity and layout. Factors such as numerical preci...
約2ヶ月 前 | 0
回答済み
Inconsistent code generation of Block parameters with Embedded Coder
Hi @Ghassen, To ensure consistent naming of parameters in the generated C++ code using Embedded Coder, follow these steps: Con...
Inconsistent code generation of Block parameters with Embedded Coder
Hi @Ghassen, To ensure consistent naming of parameters in the generated C++ code using Embedded Coder, follow these steps: Con...
約2ヶ月 前 | 0
回答済み
plotting a triangle with surf
Hi @Carsten, Yes, you can add a triangle to your existing 3D plot in MATLAB. You can use the "patch" function to create a trian...
plotting a triangle with surf
Hi @Carsten, Yes, you can add a triangle to your existing 3D plot in MATLAB. You can use the "patch" function to create a trian...
約2ヶ月 前 | 0
| 採用済み
回答済み
Why the output of generated code has been also initialized to "M_FALSE" when set "BooleanFalseId" parameter to "M_FALSE",
Hi @ChanP, When you set the "BooleanFalseId" parameter to "M_FALSE", you are specifying that the identifier for the Boolean "fa...
Why the output of generated code has been also initialized to "M_FALSE" when set "BooleanFalseId" parameter to "M_FALSE",
Hi @ChanP, When you set the "BooleanFalseId" parameter to "M_FALSE", you are specifying that the identifier for the Boolean "fa...
約2ヶ月 前 | 0
回答済み
How to generate code that accepts Simulink block parameters as an argument to the model step function?
Hi @Mohammed Afandi, To modify the generated C++ code so that parameters are passed to the "Model_step" function as a structure...
How to generate code that accepts Simulink block parameters as an argument to the model step function?
Hi @Mohammed Afandi, To modify the generated C++ code so that parameters are passed to the "Model_step" function as a structure...
2ヶ月 前 | 1
回答済み
How to plot 3d version of rose plot?
Hi @Sahil Wani, To create a 3D rose plot in MATLAB, you need to calculate spherical coordinates and create a custom visualizati...
How to plot 3d version of rose plot?
Hi @Sahil Wani, To create a 3D rose plot in MATLAB, you need to calculate spherical coordinates and create a custom visualizati...
2ヶ月 前 | 1
| 採用済み