Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have: and I want to minimize it on the unit square I use the following code, close all; clear; clc;options = optimoptions(@fminunc,'Display','iter',...
I am writing a program. I want to display the statement 'job done' as the output in the Command Window. How can I do it?...
Why do I receive the following error? License Manager Error -10 License checkout failed. Feature has expired....
Dear all, I'm trying to create a subplot with 7lines and 1 column that plot all of my results consecutivelly. I have this piece of code: subplot(7,1,k...
h = stackedplot(rand(6,3)); I want to set x-axis ticks according to my own defined set i.e., instead of 1:6, I want to replace x-axisticks [1, 2,3 ,4,...
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 see...
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 get...
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 Parall...
Without using datevec, how can I get machine / computer real date and time into a simulink model for dSpace Real Time simulation? ...