Community Profile

photo

Ciro Bermudez


Last seen: 5 mesi fa Attivo dal 2020

FPGA projects, data science, circuit simulations.

Programming Languages:
VHDL
Spoken Languages:
English

Statistiche

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

Visualizza badge

Content Feed

Visto da

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

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

quasi 3 anni fa | 3 risposte | 0

3

risposte

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

oltre 3 anni fa | 0