I have an error using conv2, I don't know how to fix it. Please help, here I am using Matlab version R2020a. error starting from line 5 I=imread('peppers.png'); lpf1=[1/16 1/8 1…
Ask an expert. Trust the answer.
Academic and career questions answered by verified MATLAB professionals.
I have an error using conv2, I don't know how to fix it. Please help, here I am using Matlab version R2020a. error starting from line 5 I=imread('peppers.png'); lpf1=[1/16 1/8 1…
Hello, I have a problem with plot the transfer function. I have to plot the precision model's transfer function. To understand my function and precision model, I'll insert a photo.…
Hi, I made this code for capture multiple images for every second and I wanted to automatically save all my images into a specific folders without directly going to the folder f…
I know the classic method but i can not implement please help me.…
I am using MATLAB R2022a in Ubuntu 20.04.5 LTS (Kernel 5.15), and whenever I try so save a .m script file I have no issues, however when I try to save a Live Editor file (.mlx), I …
I want to run a code where inside every folder i have a data file and save in each folder a .fig. Can anyone help me? …
I want to run the code below, inside every folder i have an excel file (data.xls) and i want to compare 10 excel files into 1. Can anyone help me? path = 'D:'; S = dir(fullfile(…
a- 1 a-2 a-3 aaa 1 6 15 bbb 2 7 14 ccc 3 8 13 ddd 4 9 12 eee 5 10 11…
I have an excel file with 50 sheets. Each excel sheet has 4 coloumns. I want to plot graph in each excel sheet using 4 coloumns as 4 series of data. How is it possible. …
When I use the "dlnetwork" type deep neural network model to make predictions, the results of the two functions are very different, except that using the predict function will free…