MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
How to solve this '''Input to EIG must not contain NaN or Inf'''. problem
Prosenjit Paul - 2023-10-19

This is the code:   % 0: optimal BF % 0q: optimal BF clearvars; close all; filename='stat'; seed=1970; rng(seed); % rng(107); cl=3; ray=10; deg=5; pa...

how to get PointNet (no pointnetplus) layers?
mohammad.jalali91.mt - 2023-10-11

Hi everybody I train pointnet network in this matlab example: https://de.mathworks.com/help/vision/ug/point-cloud-classification-using-pointnet-deep-l...

How Can I Use MATLAB Online for Free ?
odun54.edu - 2023-10-02

How Can I Use MATLAB Online for Free ? ...

How to white balance the each RGB components of an image in matlab?
vivekyt.23 - 2023-10-02

First I uploaded an image and splitted it into RGB components..Then I want to white balance each rgb components seperately.. Is the double value of R ...

how to plot sine wave signal with synchronous and non synchronous sampling?
eliot23 - 2023-10-02

how to plot sine wave signal with synchronous and non synchronous sampling in time domain with formula s(t) = A*sin(2*pi*f*t + phi ) the graph must s(...

Co-Simulation for SPICE Circuits and Python code
abe20180297 - 2023-09-20

I am working on a project that enhances the fast transient response of an LDO using Reinforcement Learning (code written in Python). My problem is tha...

Why am I unable to detect OPC UA Servers using the `opcuaserverinfo` MATLAB command?
Matthew - 2023-09-20

I am trying to list available OPC UA servers on my machine using the opcuaserverinfo command in Industrial Communication Toolbox. However, the command...

Why do I get Operation Timed out error when using OPC UA functionality in MATLAB?
sangmin kim - 2023-09-20

I have succesfully created an OPC UA client object in MATLAB using the opcua() function in Industrial Communication Toolbox.   However, I get the Ope...

Find the optimal value to maximize a function
Hadeel Obaid - 2023-09-08

Hi everyone..... could anyone help...... I need to find th optimal value of x0 and x1 to maximize R, where x1=d-x0..........the function MATLAB code: ...

why is my ea not being recognized?
Clinton Mitchell - 2023-09-08

clc; clear all; L = 1.25; E = 50000; I = 30000; w0 = 2.5; syms x f(x) = (w0/(120*E*I*L))*(-x^5+2*(L^2)*(x^3)-(L^4)*x); df = diff(f,x); true = df(2); r...

Get a Free Consultation or a Sample Assignment Review!