I want to show user a figure, and ask them to click somewhere within a stipulated time limit, like 2 seconds. I am using ginput as follows, but it seems to be pausing the execution…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
I want to show user a figure, and ask them to click somewhere within a stipulated time limit, like 2 seconds. I am using ginput as follows, but it seems to be pausing the execution…
understanding the reshape function…
Want to get the Highest maxima and Lowest minima form all local maxima and minima. I am using the Islocal maxima and minima function but still not getting the required result. i sh…
I have a MacBook Pro M2 Max with an Nvidia GeForce® RTX™ 4070 GPU running macOS Sonoma 14.5. Matlab 2024a states that 'GPU acceleration with Parallel Computing Toolbox is not su…
Without using datevec, how can I get machine / computer real date and time into a simulink model for dSpace Real Time simulation? …
I have EEG dataset which is content 109 subjects and the EEG signals recorded from 64 electrodes. While the AR coefficients extracted as features. Then I tested these features usin…
My performance is .07 but in close loop performance mse value 3.1254 is coming…
Eg: A = [1 2 5; 3 4 6; 7 8 9]; i want to make it A = [1 0 2 5; 3 0 4 6; 0 0 0 0; 7 0 8 9];…
in the MATLAB edge(image, 'Sobel') command what is the threshold value? actually how this command calculate this threshold value? I only saw that threshold value is calcualted auto…
I have a function called "getMatlabVersion.m" in my current folder. I'd like to use it in my custom code generation template file to display the MATLAB version in the banner of eac…