MATLAB Solutions & Expert Answers

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

MATLAB expert answering student questions
Showing page 39 of 208 Ask a Question
Replace table elements in more than one row
Davindra Usov · Mar 29, 2023 · matlab , table , replace , Language Fundamentals , Data Types

Hi,   I have outputted a vector (V) which contains the row indices of elements in a table (T) that contain the string 'rpm'.   T has 3 columns and I initially set all of the elem…

Need to test the validity of an application handle
Richard · Mar 29, 2023 · MATLAB , Graphics , Graphics Objects , Interactive Control and Callbacks , validity test

I call a data application from my main application and store the data app handle in a main app local variable.. The data app has a Close button which first sets the handle to [] (b…

Is there an offline html document download for matlab?
cui · Mar 29, 2023 · document , offline , MATLAB , Installation and Licensing

Is there an offline html document download for matlab? What I know so far is that matlab software comes with local html official documents can be accessed in real time, the prerequ…

Newton-Raphson algorithm stuck running after 4 or 5 iterations
eqq · Mar 29, 2023 · Symbolic Math Toolbox , numerical solution , Mathematics and Optimization

Code:   %% initial setup syms x real f = x^5-2*x^3+4*x+2; error_lim = 1e-5; %% newton raphson d_f = diff(f); m = 5; disp(m) % iterate till root is found with certain accuracy more…

pid tunnig with non unity feedback
metchat aissa · Mar 24, 2023 · control , pid , pidtune , Control System Toolbox , Control Systems

Hello, I would like to know what the code would be to obtain the PID values for the sys below, with G , H are two tranfers functions and C is the pid controller     i used the fo…

Unrecognized function or variable 'invertResidualLayer'
NoYeah · Mar 23, 2023 · code generation , structures , deep learning , machine learning , neural network

I have installed add-on   'Deep Learning Toolbox' and 'Deep Learning Toolbox model for mobilenetv2'   and used the below code   net = mobilenetv2; % Load pretrained MobileNet mo…

Get a Free Consultation or a Sample Assignment Review!