MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
why am I getting the error Incorrect Number or Types of Inputs or Outputs for Function
Joshua - 2023-04-10

my code is; syms d; s=solve('7*d + 3*e=71','d + 2*e=20'); s=[s.d s.e]; disp('1 dollar = '); s(1) disp('Eullar'); I am getting the error:   Incorrect ...

Function only computing first element of array used as input
Carsten - 2023-04-03

I am trying to use a MATLAB function to generate a plot for the function : As such I am using the linspace function to generate an input array that I ...

Check which range an upper & lower limit lies within
lily - 2023-04-03

Hi,   I have a set of horizontal coordinates (Y1 and Y2) which define a rectangle. Y1 defines the LHS top edge point & Y2 the RHS bottom edge point (...

Print a statement to the Command Window
NAVNEET NAYAN - 2023-04-03

I am writing a program. I want to display the statement 'job done' as the output in the Command Window. How can I do it?  ...

How to use Webwrite to call REST APIs successfully, eg OpenAI API
CdC - 2023-04-03

Webwrite Produces Error Though Seemingly Identical CURL Request Is Successful at Calling OpenAI API   This matlab code doesn't work. Can anyone figur...

Grid connected solar system
suprajarajkumar54 - 2023-04-01

Hai, I'm doing grid-connected solar PV system in Matlab Simulink. My designed PV rating is 50kW with boost converter, I want to know how to select the...

Index in position 1 is invalid. Array indices must be positive integers or logical values?
Josh Allen - 2023-04-01

I am getting the following error message: Index in position 1 is invalid. Array indices must be positive integers or logical values.   My code is: cl...

How to Connecting to ChatGPT using API
John Adams - 2023-04-01

I tried connecting to Chat GPT with the following web instructions and get the error as reflected ...   prompt = 'What is the capital of France?'; ap...

How do I build TensorFlow Lite for Deep Learning C++ code generation and deployment?
Bill Chou - 2023-04-01

I see a few deep learning networks supported for code generation using MATLAB Coder: Deep Learning Networks and Layers Supported for C++ Code Generati...

cla reset stops UIAxesButtonDown from working
Jason - 2023-04-01

Hello. I have a UIAxes that I plot on and I want to manually be able to add text where ever I click on the graph. I am using the following to do this ...

Get a Free Consultation or a Sample Assignment Review!