Link: https://chat.openai.com/
ChatGPT can help with some basic Matlab scripting. Here is my first successful try:

Here is another example:
for i=1:Nrows
for j=1:Ncolumns
data_s{i,j}='';
end
end
Simplifies to:
data_s = repmat({''}, Nrows, Ncolumns);
ChatGPT is still not ready for heavy duty signal processing scripts, but that day shall come.
– Tom Irvine
I agree with you sir…
I am a big fan of you…
Tom,
<
div>This is fantastic!
Warmest Regards, _|_____GEORGE____/
<
div dir=”ltr”>
<
blockquote type=”cite”>
The day for help with specialist knowledge such as signal processing may here very soon indeed. HuggingGPT uses “Generative Pre-trained Transformer” (GPT) as the controller for hundreds of even thousands of specialized deep learning AI models (most of these models have text-based interfaces) so that is a user asks a question that requires specialized in-depth knowledge, the GPT will query multiple specialized until the best answers are received (I would think though a majority voting-type scheme), after which the GPT combines the various results from the specialist models and then provides a summarized response to the user’s question. Note that the specialized models are restricted to the open-source AI Hugging Face site, but Microsoft has incorporated this capability into their JARVIS product/service. So once signal processing specialized models are created and/or made accessible to a HuggingGPT-type AI, this will be possible.
https://voicebot.ai/2023/04/10/how-hugginggpt-enhances-generative-ai-by-enabling-chatgpt-to-mix-and-match-hugging-faces-ai-models/