Community Profile

photo

Ciro Bermudez


Last seen: 6 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

FPGA projects, data science, circuit simulations.

Programming Languages:
VHDL
Spoken Languages:
English

Statistiken

All
  • Introduction to MATLAB Master
  • MATLAB Central Treasure Hunt Finisher
  • MATLAB Mini Hack 1st Place
  • Thankful Level 1
  • First Answer
  • Community Group Solver
  • Promoter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 2 Jahre vor | 0

Frage


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...

fast 3 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
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...

mehr als 3 Jahre vor | 0