Answered
match 2 column values of 2 excel files , when values are matched then write a table in second excel file against 1st column value
Hi Rabia From my understanding, you want to match the "Person name" column from "firstfile.xlsx" with the "Person name" column ...

5 maanden ago | 0

Answered
How to encode characters of my text message into bytes of an image (Byte Watermarking)
Hi From my understanding, you want to embed a text string into an image by encoding each character of the text into a single by...

5 maanden ago | 0

Answered
How to extract pixel intensity of a grayscale image (*.jpg) to a MS Excel table
Hi Mac From my understanding, you want to extract pixel intensities from a grayscale image and save them in an 'MS Excel' table...

5 maanden ago | 0

| accepted

Answered
cross-validate fitlm
Hi Tim From my understanding, you want to perform cross-validation on a quadratic model you have already fitted using "fitlm" i...

5 maanden ago | 0

Answered
Hello, this is the matlab message: "Undefined operator '*' for input arguments of type 'LinearModel'"
Hi Gabriele The error message you're encountering, "Undefined operator '*' for input arguments of type 'LinearModel'," indicate...

5 maanden ago | 0

Answered
Use only the schema without using pre-trained weights
Hi Wenlin From my understanding, you want to use the "ResNet-50" architecture in MATLAB's "Deep Learning Toolbox" without utili...

5 maanden ago | 0

Answered
Visdiff .html save simplification/collapse
Hi Merih From my understanding, you want to create an HTML file that highlights only the differences between two text files, "t...

5 maanden ago | 0

Answered
I need to write a code to find numbers divisible by 7 and multiples of 5 from 1500:2700. How do I preallocate line 4 for speed and is my code the most efficient way to solve
Hi cade To improve the efficiency of your code, you can preallocate the "result" array to its expected size before entering the...

5 maanden ago | 0

Answered
How to store an array of headers in a MAT file?
Hi Norma From my understanding you want to store an array of header names in a MAT file and then use these headers to update a ...

5 maanden ago | 0

Answered
Time Averaged Moire Fringes
Hi Akanksha From my understanding, you want to generate time-averaged "Moiré fringes" using MATLAB. This involves creating inte...

5 maanden ago | 0

Answered
Can you include hyperlinks in DocBlocks or annotations?
Hi Joshua In Simulink, you can include hyperlinks in annotations to link to internal or external documents, websites, or MATLAB...

5 maanden ago | 0

Answered
Add picture to annotation of the model
Hi Georgii To generate a PDF report that includes both text and images from annotations in your Simulink model using a MATLAB s...

5 maanden ago | 0

Answered
Difference between masked block and Library block?
Hi Ravi A "masked" block provides a custom user interface for a block, allowing you to hide complexity and expose only necess...

5 maanden ago | 0

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...

6 maanden 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...

6 maanden 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 ...

6 maanden 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 ...

6 maanden 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...

6 maanden 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 ...

6 maanden 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...

6 maanden 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. ...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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 ...

6 maanden 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 “...

6 maanden 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...

9 maanden 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...

9 maanden 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 ...

9 maanden ago | 0

Load more