Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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 ? ...
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 in time domain with formula s(t) = A*sin(2*pi*f*t + phi ) the graph must s(...
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...
I am trying to list available OPC UA servers on my machine using the opcuaserverinfo command in Industrial Communication Toolbox. However, the command...
I have succesfully created an OPC UA client object in MATLAB using the opcua() function in Industrial Communication Toolbox. However, I get the Ope...
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: ...
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...
I have Ld,Lq values for IPMSM delta connection.These Ld,Lq values were taken from motor cad.But Motor cad could not provided Zero Sequence inductance(...