Kapil Saraswat
Kapil Saraswat
Actually, it is not a complex matrix. The implementation in Matlab is as follows A=real(P) // a matrix B=Imag(P) // a matrix [V, D] = eigs(B, A, 10, 'sm') Initially,...
I tried it, but it is not working (I deleted the code else I can share...) Can you please share me the example code for the same? It gives some...
I am directly using the example given in your page and modified for my code as follows Included files #include #include #include #include #include #include and the code is: {...
Thanks! no compile error, but it produce an empty matrix for my code (not computing eigenvalue and vectors). Also it not executing std::cout
any update?
Hi, Thanks for the reply, instead of ATMEGA328 I wanted to use ATMEGA8 as a brain of ARDUINO. The compiled code occupy
Thank you for the response. I will use ATMEGA328. Also, I am also thinking to expand the functionality by introducing one more switch (say SW2) to select files. Simply, instead...
I designed a simplified schematic and PCB for the atmega328. Can you check the [schematic](https://github.com/kapil-iitk/AVR_SD_Programmer/blob/master/AVR_Prog.pdf)? Thank you.
Using a C++ program I am able to plot any variable/matrix data by storing the data in a file temporarily. However, this is time-consuming and not an efficient way to...