Githin George
自 2022 起处于活动状态
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, Java, C#, Javascript, SQL, HTML, CSS
Spoken Languages:
English
Python, C++, C, Java, C#, Javascript, SQL, HTML, CSS
Spoken Languages:
English
Feeds
已回答
Remote address for Simulink TCP/IP block as parameter/variable from workspace?
Hi Wilfried, You can set the “Remote Address” parameter of the TCP/IP Block from a MATLAB script in the following way. blockPa...
Remote address for Simulink TCP/IP block as parameter/variable from workspace?
Hi Wilfried, You can set the “Remote Address” parameter of the TCP/IP Block from a MATLAB script in the following way. blockPa...
2 months 前 | 0
已回答
Matlab migration from 2019b to 2021b
Hello Poornachandran, Migrating Simulink models to a newer version involves several considerations. While there aren't any defi...
Matlab migration from 2019b to 2021b
Hello Poornachandran, Migrating Simulink models to a newer version involves several considerations. While there aren't any defi...
2 months 前 | 0
已回答
Protected model fails to build
Hello Robrecht, I have a created an example model that implements a wrapper inlined S-Function as described in the documentatio...
Protected model fails to build
Hello Robrecht, I have a created an example model that implements a wrapper inlined S-Function as described in the documentatio...
2 months 前 | 0
已回答
Build issues for custom target file in 2024b verions. Error in "emmintrin.h"
Hello Kiruthika, The file "emmintrin.h" is a header file associated with Intel x86_64 instruction set extensions for SIMD, spe...
Build issues for custom target file in 2024b verions. Error in "emmintrin.h"
Hello Kiruthika, The file "emmintrin.h" is a header file associated with Intel x86_64 instruction set extensions for SIMD, spe...
2 months 前 | 0
| 已接受
已回答
After each restart, the parameters of the multimeter blocks change randomly (Simulink Simscape Electrical - Specialized Power Systems)
Hello Torben, I have never encountered a similar issue with the “Multimeter Block”. From your description this seems like a bug...
After each restart, the parameters of the multimeter blocks change randomly (Simulink Simscape Electrical - Specialized Power Systems)
Hello Torben, I have never encountered a similar issue with the “Multimeter Block”. From your description this seems like a bug...
2 months 前 | 0
| 已接受
已回答
Initfcn callback wont update during the sensitivity analysis of my model
Hi Angelo, The issue seems to be reproducible only for variables in a model/block/mask callback and I was unable to find any li...
Initfcn callback wont update during the sensitivity analysis of my model
Hi Angelo, The issue seems to be reproducible only for variables in a model/block/mask callback and I was unable to find any li...
2 months 前 | 0
已回答
IP Address in Hardware Implementation (External Mode in Configuration Parameters) is not used for code generation
Hi Lars, It seems like there is no option to change the IP address of the target board from the Configuration Parameters Dialog...
IP Address in Hardware Implementation (External Mode in Configuration Parameters) is not used for code generation
Hi Lars, It seems like there is no option to change the IP address of the target board from the Configuration Parameters Dialog...
2 months 前 | 0
已回答
Simulation output missing in Test manager, when using Test sequence input, for baseline testing
Hello Anand, Given that you are able to observe the “Simulation Outputs” in another system and not able to view the same in you...
Simulation output missing in Test manager, when using Test sequence input, for baseline testing
Hello Anand, Given that you are able to observe the “Simulation Outputs” in another system and not able to view the same in you...
2 months 前 | 1
已回答
How to correctly abort a running Matlab function/thread in a .NET Assembly in .NET8?
If creating a separate process is not helpful, you could try using Cancellation Token to signal that a task should stop. The tas...
How to correctly abort a running Matlab function/thread in a .NET Assembly in .NET8?
If creating a separate process is not helpful, you could try using Cancellation Token to signal that a task should stop. The tas...
3 months 前 | 1
已回答
Is there a better way to organise my data dictionary and still have acces in Simulink and Stateflow?
Hi Danus, Managing data dictionaries in Simulink can indeed be challenging for large models. But you could try out the followin...
Is there a better way to organise my data dictionary and still have acces in Simulink and Stateflow?
Hi Danus, Managing data dictionaries in Simulink can indeed be challenging for large models. But you could try out the followin...
3 months 前 | 1
已回答
Unable to delete derived entry in sldd
I am assuming that you might be using "Interface Dictionaries" and linking it to the "Data Dictionary" in the Simulink model. T...
Unable to delete derived entry in sldd
I am assuming that you might be using "Interface Dictionaries" and linking it to the "Data Dictionary" in the Simulink model. T...
3 months 前 | 0
已回答
Class Method's 'IntelliSense' & 'help(f1) description' doesn't show - Is MathWorks working to add this feature?
Hello Cody, I would say there are 2 separate issues which are to be considered here. An option to enhance the tab-complete fea...
Class Method's 'IntelliSense' & 'help(f1) description' doesn't show - Is MathWorks working to add this feature?
Hello Cody, I would say there are 2 separate issues which are to be considered here. An option to enhance the tab-complete fea...
3 months 前 | 0
| 已接受
已回答
Is there any way to determine if an app is being ran as a compiled executable via MATLAB Runtime or as a mlapp file via MATLAB?
Hi Austin, You can try using the "isDeployed" function in MATLAB to determine whether the MATLAB code is running from a compile...
Is there any way to determine if an app is being ran as a compiled executable via MATLAB Runtime or as a mlapp file via MATLAB?
Hi Austin, You can try using the "isDeployed" function in MATLAB to determine whether the MATLAB code is running from a compile...
3 months 前 | 1
| 已接受
已回答
Specifying a registered toolchain
Hello Engenuity, I understand that you are facing issues with the toolchain configuration for your Simulink model. I noticed th...
Specifying a registered toolchain
Hello Engenuity, I understand that you are facing issues with the toolchain configuration for your Simulink model. I noticed th...
3 months 前 | 0
已回答
Can't use structs as outputs from simulink models
Hello, The error message that you have provided indicates that “struct” objects cannot be the output of a “MATLAB function” blo...
Can't use structs as outputs from simulink models
Hello, The error message that you have provided indicates that “struct” objects cannot be the output of a “MATLAB function” blo...
10 months 前 | 1
已回答
Get the position of a single freehand ROI on axes with a click
Hello, I have played around with some basic code snippets in MATLAB R2023a, to see if the data related to the ROI can be displa...
Get the position of a single freehand ROI on axes with a click
Hello, I have played around with some basic code snippets in MATLAB R2023a, to see if the data related to the ROI can be displa...
10 months 前 | 0
已回答
How to provide Phase difference between PWM pulses from Arduino by Simulink?
Hello, I understand that you would like to generate high frequency pulses from Arduino in pin 12 and pin 11 with the added co...
How to provide Phase difference between PWM pulses from Arduino by Simulink?
Hello, I understand that you would like to generate high frequency pulses from Arduino in pin 12 and pin 11 with the added co...
10 months 前 | 0
已回答
Error trying to change colorbar color- data points dont reflect new color when colorbar changed
Hello Siobhan, I have tried out the code you have provided with some dummy data and have made some observations out of it. Fi...
Error trying to change colorbar color- data points dont reflect new color when colorbar changed
Hello Siobhan, I have tried out the code you have provided with some dummy data and have made some observations out of it. Fi...
10 months 前 | 0
已回答
How can I use serial receive with quanser/quarc?
Hello Lukas, Unfortunately, the serial send/receive blocks from the Instrument control toolbox are not supported for code gener...
How can I use serial receive with quanser/quarc?
Hello Lukas, Unfortunately, the serial send/receive blocks from the Instrument control toolbox are not supported for code gener...
10 months 前 | 0
已回答
Usage of CAN blocs on Arduino UNO & MKR CAN Shield
Hello, It is my understanding that you are trying to implement the example for CAN transmission with an Arduino UNO. I’m assumi...
Usage of CAN blocs on Arduino UNO & MKR CAN Shield
Hello, It is my understanding that you are trying to implement the example for CAN transmission with an Arduino UNO. I’m assumi...
10 months 前 | 0
已回答
Simulink model generate different results with tha same parameters
Hello Raymond, Upon reviewing the "InitFcn" you've shared, one of the probable reasons for the varying outcomes between the ini...
Simulink model generate different results with tha same parameters
Hello Raymond, Upon reviewing the "InitFcn" you've shared, one of the probable reasons for the varying outcomes between the ini...
10 months 前 | 0
已回答
Able to send/receive serial data with Serial Explorer but not a normal script?
Hello Noah, The timeout error that you are encountering may be caused due to attempting to write data to the Arduino, immediate...
Able to send/receive serial data with Serial Explorer but not a normal script?
Hello Noah, The timeout error that you are encountering may be caused due to attempting to write data to the Arduino, immediate...
10 months 前 | 0
已回答
How to create a Referenced Model Block with variable inport dimensions?
Hello Pascal, I understand that you would like to reuse your referenced model with different settings but is not able to beca...
How to create a Referenced Model Block with variable inport dimensions?
Hello Pascal, I understand that you would like to reuse your referenced model with different settings but is not able to beca...
10 months 前 | 0
已回答
bwconncomp and conn=3-by-3 constant marix not working for C/C++ Code Generation, despite using R2023b
Hello Robin, I've attempted to generate C code for the "bwconncomp" function using the "conn" matrix you have provided, but I'...
bwconncomp and conn=3-by-3 constant marix not working for C/C++ Code Generation, despite using R2023b
Hello Robin, I've attempted to generate C code for the "bwconncomp" function using the "conn" matrix you have provided, but I'...
10 months 前 | 0
已回答
How to Make Function Help Stings (not functionSignatures.json)
Hello, I understand that you are looking for displaying function descriptions during tab auto-completion in MATLAB editor. Th...
How to Make Function Help Stings (not functionSignatures.json)
Hello, I understand that you are looking for displaying function descriptions during tab auto-completion in MATLAB editor. Th...
10 months 前 | 0
| 已接受
已回答
Solving Non-linear Equations in Simulink Code Generation (looking for syms replacement)
It is my understanding that you would like to solve a system of equations in Simulink and perform code generation for the same. ...
Solving Non-linear Equations in Simulink Code Generation (looking for syms replacement)
It is my understanding that you would like to solve a system of equations in Simulink and perform code generation for the same. ...
11 months 前 | 0
已回答
Pan object support for uiaxes for callback functionality following that of "Zoom" (ActionPreCallback / ActionPostCallback)
Hello Josiah, It is my understanding that you are trying to replicate the “ActionPreCallback” and “ActionPostCallback” functio...
Pan object support for uiaxes for callback functionality following that of "Zoom" (ActionPreCallback / ActionPostCallback)
Hello Josiah, It is my understanding that you are trying to replicate the “ActionPreCallback” and “ActionPostCallback” functio...
11 months 前 | 0
已回答
Automating my simulation model and how do I give input using GUI
Hello Ajay, It is my understanding that you would like to perform multiple automated simulations and provide the inputs from w...
Automating my simulation model and how do I give input using GUI
Hello Ajay, It is my understanding that you would like to perform multiple automated simulations and provide the inputs from w...
11 months 前 | 1
| 已接受
已回答
Issue with setPreSimFcn not being called in MATLAB Parallel Computing Toolbox
Hello Szabó Bence Károly, It is my understanding that you are trying to use the MATLAB Parallel Computing Toolbox to run a mul...
Issue with setPreSimFcn not being called in MATLAB Parallel Computing Toolbox
Hello Szabó Bence Károly, It is my understanding that you are trying to use the MATLAB Parallel Computing Toolbox to run a mul...
11 months 前 | 0
已回答
import data problem for training faster rcnn
Hello Ahmad, It is my understanding that you are trying to train a faster R-CNN network and would like to create a MATLAB “grou...
import data problem for training faster rcnn
Hello Ahmad, It is my understanding that you are trying to train a faster R-CNN network and would like to create a MATLAB “grou...
11 months 前 | 0