MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
Unrecognized function or variable 'invertResidualLayer'
NoYeah - 2023-03-23

I have installed add-on   'Deep Learning Toolbox' and 'Deep Learning Toolbox model for mobilenetv2'   and used the below code   net = mobilenetv2; ...

How can I access source code for Simscape components shipped with MATLAB?
J Chen - 2023-03-23

I am trying to create a custom Simscape component. I would like to view the source code for some of the shipped Simscape components as a reference whi...

Clustering Time Series with DTW
Manash Sahoo - 2023-03-23

Hi everyone. I have ~161 time series of heart rates taken during a vocalization. I would like to sort these using the DTW algorithm. I have tried usin...

How can I get the area of each polygon of a voronoi diagram?
NILESH PANDEY - 2023-03-23

I need to find areas of all the polygons inside a voronoi diagram and then alot diffrent properties based on different areas. I know the co-ordiantes ...

How to replace values of a large array by the values of a smaller one?
- 2023-03-22

I have two tables T1 and T2 with identical number of columns but different number of raw.   The x,y,z columns from both tables were created as below:...

how to plot graph with color for xy vs z?
Ruthvik sainath meka - 2023-03-22

I want to plot a graph showing me XY values for perticulur Z value   i want z as a colour   so i will get the data as XY for pertuculur Z  ...

How to make colorbar work for a scatter3 plot?
Zahra Moussavi - 2023-03-22

Hi,   I am plotting a set of scatter points using the below code. It works perfectly and the graph is correct. But the colorbar is just showing value...

How to plot the surface of an arbitrary given TABLE (not matrix) with X,Y,Z values?
Emerson De Souza - 2023-03-22

I want to plot the surface Z of arbitrary given values for each X,Y-pair.   I usually IMPORT the tables with the X,Y,Z data, so I they are not a matr...

i need the nodes to move in different direction
rehman bin omer Abdul - 2023-03-21

clear all; X=200; Y=200; Num=10; n=10; Loc_Nodes=zeros(2,Num); for i=1:2 x0=rand(1,Num)*X; y0=rand(1,Num)*Y; Loc_Nodes(1,:)=x0; Loc_Nodes(2,:)=y0; end...

How do I code for this random situation?
NAA - 2023-03-20

On a r*c size grid, 55% of the sites are randomly filled with X, 2% randomly filled with Y, and the rest are empty.  ...

Get a Free Consultation or a Sample Assignment Review!