Hi.How can I interpret this MatLab coefficients code in Python code. I need your help please. The code is as follows | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Hi.How can I interpret this MatLab coefficients code in Python code. I need your help please. The code is as follows

N=400 c(1)=0; d(1)=0.25 for k=2:2:N d(k) =0 c(k)=1/(pi*(1-k)) end

15th Jul 2021, 2:12 PM
JhOel Rivadeneira
JhOel Rivadeneira - avatar
1 Answer
0
I don't know MatLap. But this code seems to be easy. If you could explain your code I'll write the python code
23rd Jul 2021, 10:59 AM
Abolfazl Dahaghayn
Abolfazl Dahaghayn - avatar