Ciro Bermudez
Followers: 0 Following: 0
FPGA projects, data science, circuit simulations.
Programming Languages:
VHDL
Spoken Languages:
English
VHDL
Spoken Languages:
English
Statistica
All
RANK
135.280
of 296.192
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
How to download a .mat file from MATLAB Onramp
I extracted the "Cchord.mat" using the following code: clear; clc; load Cchord.mat for i = 1:3072 fprintf("%1.32f\n",y(i...
How to download a .mat file from MATLAB Onramp
I extracted the "Cchord.mat" using the following code: clear; clc; load Cchord.mat for i = 1:3072 fprintf("%1.32f\n",y(i...
circa 3 anni fa | 0
Domanda
Array idx bug when resizing it
I am making the code to plot a bifurcation diagram, but when testing I found out that jumps one step at the beginning. I also te...
oltre 3 anni fa | 3 risposte | 0
3
risposteRisposto
Help with Cody's 'Problem 672. Longest run of consecutive numbers', I wrote 'if a(i)==a(i+1)' and it says error
In my opinion It's a great problem, this is the solution I came up with function val=longrun(a) count = 1; max_count = 1; val...
Help with Cody's 'Problem 672. Longest run of consecutive numbers', I wrote 'if a(i)==a(i+1)' and it says error
In my opinion It's a great problem, this is the solution I came up with function val=longrun(a) count = 1; max_count = 1; val...
circa 4 anni fa | 0