Answered
pls help me fix this i trying to find the earning and savings of it trough loops but it say the index exceed numbers of array
Hi Elisa The error you are encountering is due to the loop index exceeding the number of elements in the array. The loop is ite...

1 year ago | 0

| accepted

Answered
image processing using entropy
Hi Ali To process an image using entropy you can utilize the entropyfilt function Here's a small example: img = imread('your_...

1 year ago | 0

Answered
how to load a downloaded image doesn't present in my computer into MATLAB, I mean how to down load from other sources, and how to convert into grayscale.
Hi Ahmed To load an image from an online source into MATLAB and convert it to grayscale, you can follow these steps: 1. Read t...

1 year ago | 0

Answered
anyone know how to open .dmi file
Hi @mohd akmal masud The error occured because the total number of elements is not equal to 64 * 64 * 128. You can verify and ...

1 year ago | 0

Answered
How to find the mean of a matrice based on a value in another matrice
Hi Adi To calculate the mean of 'sa' values corresponding to a specific 'month' (e.g., month = 9), you can follow the below app...

1 year ago | 0

Answered
Image processing of a Rubiks cube
Hi Conner From my understanding, you want to develop a method to identify and determine the colors present on a single face of ...

1 year ago | 0

Answered
how to calculate amount of energy consumption energy cryptography and steganography in matlab?
Hi Wubie To calculate the energy consumption of cryptographic and steganographic processes, you need to measure the computation...

1 year ago | 0

Answered
Character string to numeric vector
Hi Richard, To extract the numbers from the string and store them in an array, you can use the "sscanf" function Here's how yo...

1 year ago | 0

Answered
How to sum 3d matrixes along the vector of the third dimension with symbolic variables ?
Hi Meriem From my understanding, you want to sum the elements of a 3D symbolic matrix along the third dimension. Specifically, ...

1 year ago | 0

Answered
numerical values assignment to symbolic variables
Hi Ajinkya To assign numerical values to "symbolic variables", you can use the "subs" function Here's how you can do it: sym...

1 year ago | 0

| accepted

Answered
How to read values from a table or Excel File and assign it to a textbox
Hi Ahmed To display the value from the ‘second’ column of an Excel file in a textbox when the file name from the ‘first’ column...

1 year ago | 0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 year ago | 0

Load more