Poorna
Followers: 0 Following: 0
Statistik
0 Fragen
85 Antworten
RANG
978
of 295.495
REPUTATION
74
BEITRÄGE
0 Fragen
85 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
3
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How can I programmatically modify an Excel file with AIP sensitivity tags?
Hi Ricardo, I see you are facing errors while modifying excel files that have AIP labels using the "writetable" function. I su...
6 Monate vor | 0
Question about errors that occur when exporting models with residualBlockLayer to Tensorflow.
Hi Yoshinobu, I see you are facing errors while trying to export a custom network to TensorFlow using the "exportNetworkToTens...
6 Monate vor | 0
Stop simulation block effect on aborting generated code execution.
Hi Khaled, It would be helpful if you can share the model that is causing the said issue. Stop Simulation block as per the docu...
6 Monate vor | 0
udpport write very slow, how to speed it up?
Hi Chris, I see you are facing problems with slow UDP transmission. When I ran the same code in my computer on MATLAB R2024a, t...
6 Monate vor | 0
How to solve mex function error caused by libstdc++ library version mismatch ?
Hi Matt, I see you are facing errors while trying to compile using the "mex" function. I see you also have found a solution to ...
6 Monate vor | 0
| akzeptiert
Can I replace custom types during code generation?
Hi Federico, It sounds like you're working with external code that utilizes custom struct definitions from a header file, and y...
6 Monate vor | 1
| akzeptiert
Implement ros timers in stateflow
Hi Michail, It will be easier for the community to answer your queries if you attach the model to try it. Creating a model from...
6 Monate vor | 0
equivalent of BytesAvailable in serialport?
Hi Arthur, It is to be noted that "BytesAvailable" and "NumBytesAvailable" behave the same way. They return the number of bytes...
6 Monate vor | 0
Antenna toolbox - YagiUda antenna
Hi Gaurav, The behaviour you are seeing with the orientation of the exciters is expected. If you don't specify the Exciter typ...
6 Monate vor | 0
| akzeptiert
Incorrect number or types of inputs or outputs for function perturb.
Hi Kel, How did come to know of the "perturb" function that you used? As far as I know, there is no "perturb" function to pertu...
6 Monate vor | 0
Why Simulink Embedded Coder Reusable functions are generated in Class private section
Hi Kraker, Reusable subsystem functions are modeled as private member functions of the Model class as far as I know. If possibl...
6 Monate vor | 0
How to implement modal progress bars and wait bar in MATLAB Simulink
Hi Kunal, I see you want to implement a modal progress bar. In MATLAB you can create modal ui figures by setting the "WindowSty...
6 Monate vor | 0
How to take the screenshots of two or more scopes of a single testcase while running the simulations?
Hi yogi, I see you want save the plots from all the scopes in png format. It is to be noted that 'gcf' will point to the curren...
6 Monate vor | 0
Cannot find the pointers in my Simulink model, need to remove them for code generation
Hi Dolf, I see you are trying to use the PLC coder but couldn't generate PLC code. The error says that the model requires poin...
6 Monate vor | 0
Model Advisor - Is is possible to obtain the number of individual violations?
Hi Marcelo, I see you want to get the number of occurences of violations of a check in your model. As per the above case you ar...
7 Monate vor | 0
| akzeptiert
If I set up the Hardware board in Hardware Implementation, can't I turn ON the "Generate and example main program" setting in Templates?
Hi, There are certain restrictions that need to be honoured when trying to generate C code to deploy on specific targets. When ...
7 Monate vor | 0
Generate staircase waveform from given sine waveform in Simulink
Hi Tharun, I believe you are aware of plotting the first graph using basic simulink blocks. To generate the second graph from t...
7 Monate vor | 0
How to derive the moving average of a time series generated in simulink?
Hi yingyu, I see you are facing issues while trying to compute the moving average of the output signal. I was able to reproduce...
7 Monate vor | 0
| akzeptiert
Nonlinear solver: Linear Algebra error. Failed to solve using iteration matrix.
Hi Samed, I see that you are facing issues while trying to simulate your model. First of all, It is not easy to replicate the m...
7 Monate vor | 0
initialize persistent variables using Matlab coder
Hi Ian, I see you want the initilialize persistent variables which get translated to static variables in 'C' right in the defin...
7 Monate vor | 0
Unable to set a custom terminator using configureTerminator
Hi Jason, I see you are trying to set the read and write terminators to read and write to your serial port. I see that you are ...
7 Monate vor | 0
Why do I get Assertions in my Simscape model using Motor & Drive (System level
Hi Gokul, I have run the model attached and could reproduce the assertion error. From the model and the assertion error I could...
7 Monate vor | 0
Multiple Simulations: How to map data from runs to test conditions?
Hi Mark, I see you want to name your runs describing the parameter values they take. You can achieve this by programmatically s...
7 Monate vor | 0
Observation specification must be scalar if not created by bus2RLSpec.
Hi ali farid, The error you are getting is related to the observation that you are passing to Agent A. The cause of the error...
7 Monate vor | 0
How to save a packet (entity in simevents) in matlab workspace?
Hi Simone Bergadano, I see you have created a block that receives a flow of packets and saves the packets to MATLAB workspace u...
7 Monate vor | 0
How to modify the sltrace.Graph objects? I want to delete an element of the DstBlocks array
Hi Jose Manuel, I see you want to delete the 'DstBlocks(1)' of 'test1' which is an ouptut of the "sltrace" function. It is to b...
7 Monate vor | 0
Cannot read emojis correctly from an imported json file
Hi Paye, I see that you want to extract emojis from your exported telegram chat. If you have access to the html files of the c...
8 Monate vor | 0
How To convert .tiff stck to STL for Shape analysis.
Hi Saurav, I see you want to convert your TIFF stack to STL for shape analysis. In order to export a TIFF stack to STL you need...
8 Monate vor | 1
| akzeptiert
GPU Device doesn't recognized in MATLAB 2024a
Hi Abolfazl, I see that MATLAB R2024a "gpuDevice" function is not detecting the GPU device. As mentioned in the Error messa...
8 Monate vor | 0
| akzeptiert
How to disable click effect of a button in App designer
Hi Victor, I see that the "uibutton" that you are using is continued in a clicked state after you press the button. I believe t...
8 Monate vor | 0