photo

Ciro Bermudez


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

FPGA projects, data science, circuit simulations.

Programming Languages:
VHDL
Spoken Languages:
English

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
50 Solutions

RANK
281,121
of 300,369

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
9,034
of 168,436

CONTRIBUTIONS
0 Problems
50 Solutions

SCORE
716

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

4 years ago | 0

Question


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

4 years ago | 3 answers | 0

3

answers

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

5 years ago | 0