MATLAB Questions & Expert Answers

Ask an expert. Trust the answer.
Academic and career questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 10 of 214 Ask a Question
How to create several figures in a subplot with different axes?
RicardoDuarte · Jun 29, 2024 · subplot , axes , figures , 2-D and 3-D Plots , Line Plots

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); ax1=axes; imagesc(ax1,Xv,Yv…

How to change x-axis ticks labels in stackedplot?
Ammy · Jun 28, 2024 · MATLAB , Graphics , Formatting and Annotation , stackedplot , axis

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,5,6] to ['A', 'S','T', 'AAA', …

How to put a timeout to ginput?
Akshat · Jun 27, 2024 · ginput , matlab , matlab gui , plotting , function , functions , matlab function , Graphics Objects

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…

How to adapt the matlab code which is produced by classification learner?
ZaidAlyasseri · May 24, 2024 · image analysis , machine learning , classification , svm , feature extraction , Human Brain Mapping

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…

Get a Free Consultation or a Sample Assignment Review!