photo

Sameer


Last seen: 3 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
can we change the present cipher s box output table
Hi Mohanapriya From my understanding, you want to modify the output mappings of an “S-box” in a cipher. Yes, you can change t...

3 days ago | 0

Answered
From and Goto block connected block list?
Hi Ravi From my understanding, you want to find the corresponding connected blocks between “From” and “Goto” blocks in a Simuli...

3 days ago | 0

| accepted

Answered
Mapping of Image on S-Box using ECC
Hi Ashuftah From my understanding, you want to map an image onto an S-Box using “Elliptic Curve Cryptography (ECC)” in MATLAB ...

4 days ago | 0

Answered
how find Specified two module names by find_system API
Hi From my understanding, you want to search for subsystems within a specific path in your Simulink model that have the names ...

4 days ago | 0

Answered
calculating reminder in modulus of a polynomials
Hi Rashad From my understanding, you want to perform multiplication of two elements within the “Galois Field GF(256)” using the...

5 days ago | 0

Answered
Avoid Copies of Arrays in MEX Functions
Hi Jan, Using const in C++ MEX files can make your code safer and sometimes more efficient. Why Use const? It signals that a ...

5 days ago | 0

Answered
Matlab coder: Multiple coder projects
Hi Michael, From my understanding, you want to integrate new C++ code generated from your latest MATLAB functions into an exist...

5 days ago | 0

Answered
How can I turn a 1*1 cell into a cell array?
Hi To split a 1x1 cell containing a string and convert the result into a cell array, you can utilize the "strsplit" function. ...

7 days ago | 1

| accepted

Answered
request a table with a capslock name
Hi The error you are facing is related to how PostgreSQL handles case sensitivity in table names. By default, PostgreSQL conve...

10 days ago | 1

Answered
constraint on some output of a fitfunc in genetic algorithm
Hi Sajad To implement a constraint on the variable beta4 such that it lies within a specific range ( A < beta4 < B ) in a genet...

10 days ago | 0

Answered
Report Generator Word Wrap inside Table cells. Words split rather than complete flowing to next line.
Hi Matt, You can resolve this issue by following the answer provided in https://www.mathworks.com/matlabcentral/answers/1863073...

12 days ago | 0

Answered
Integer programming optimization solving non linear objective function with linear equality and inequality constraints using Optimization Toolbox.
Hi Ankit To find integer solutions for decision variables in a nonlinear objective problem with linear constraints using MATLAB...

12 days ago | 0

Answered
Cannot create UdpPort for specified LocalHost and LocalPort
Hi Jiahao From my understanding, you want to receive Ethernet data through a UDP port. However, you are facing "Unable to bind ...

12 days ago | 0

Answered
Latex expression in Matlab Report Generator
Hi Silvia From my understanding, you want to insert LaTeX expressions within a text paragraph in your MATLAB report using the “...

13 days ago | 0

Answered
proper namespace organisation with classes and enums
Hi Dimitrii, The issue stems from how MATLAB handles namespaces and package folders, especially when you start nesting them or...

3 months ago | 0

Answered
How to make different NumberFormat in two columns (using Matlab Report Generator)
Hi Anna, To create a table with different number formats for different columns, the numbers can be converted to strings with th...

3 months ago | 0

Answered
Voice Recognition Input Problem
Hi Hasan From my understanding, you want to create a voice recognition script in MATLAB that records a new voice, extracts its ...

3 months ago | 0

Answered
In simulink testing how to generate a customize report which contain -> Test case is pass and fail and with their waveform of that test cases ?
Hi Saurabh To generate a customized report in Simulink Test that includes the status of test cases (pass or fail) along with th...

3 months ago | 0

Answered
Optimization problem: how to limit number of transitions from 0
Hi Chiara To model the constraint that limits the maximum number of startups in your optimization problem, you can indeed use b...

3 months ago | 0

Answered
how to close a guide figure but close it without deleting the output struct
Hi Joseph Closing a figure in MATLAB results in the deletion of its associated data from memory, including the contents of the ...

3 months ago | 0

Answered
How to add reference list and citations in mlreportgen?
Hi Elsa From my understanding, you want to find an efficient way to add references and citations into a report generated with M...

3 months ago | 0

Answered
How can check if GUI fully created?
Hi Eduard From my understanding, you are developing a MATLAB GUI application that involves long-running operations for generati...

3 months ago | 0

Answered
Why am I getting an error 'Could not compare values in DATA and VALUESET using the equality operator' when adding drop down list to app designer table?
Hi Craig From my understanding you want to modify a column in an App Designer table to display a categorical dropdown list. The...

4 months ago | 0

Answered
Dubt on gprnd function working dimension
Hi Barbab The gprnd(K, sigma, theta, [m,n,...]) function is designed to generate random numbers following the generalized Paret...

4 months ago | 0

Answered
How to work around dynamic declaration of variables?
Hi Lorenzo From my understanding, you want to simulate the discrete mean value property in thermal equilibrium for different me...

4 months ago | 0

Answered
Simulink Block Warning of logaritmic function
Hi Dilara The warning "Log of zero in 'untitled1/Log10'" in Simulink indicates an attempt to compute the logarithm of zero, whi...

4 months ago | 0

Answered
How to use a triangle wave to modulate a square wave.
Hi Ashanni From my understanding you wanted to modulate the frequency of a square wave using a triangle wave, intending for the...

4 months ago | 0

Answered
How to get the "data outport/Inport" already existing Blocknames from my simulink model via mscript
Hi Vignesh From my understanding, you are attempting to retrieve the names of specific blocks within your Simulink model using ...

5 months ago | 0

Answered
How to pause and resume my video which is being displayed on a particular axis in MATLAB app frame by frame.
Hi Rishika From my understanding, you want to implement a feature in your MATLAB App Designer application that allows users to ...

5 months ago | 0

Answered
Given a class in OOP, shall I add the related methods signatures or not?
Hi Marco From my understanding, you want to know about the necessity of explicitly declaring method signatures within a MATLAB ...

5 months ago | 0

| accepted

Load more