Community Profile

photo

Ciro Bermudez


Last seen: 6개월 전 2020년부터 활동

Followers: 0   Following: 0

FPGA projects, data science, circuit simulations.

Programming Languages:
VHDL
Spoken Languages:
English

통계

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

배지 보기

Feeds

보기 기준

답변 있음
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...

2년 초과 전 | 0

질문


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

거의 3년 전 | 답변 수: 3 | 0

3

답변

답변 있음
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...

3년 초과 전 | 0