FB - MATLAB Central
photo

FB


Last seen: Today Active since 2023

Followers: 0   Following: 0

Spoken language processing

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
CodyMATLAB AnswersFrom 04/23 to 04/25Use left and right arrows to move selectionFrom 04/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
1 Answer

Cody

0 Problems
4 Solutions

RANK
12,846
of 298,102

REPUTATION
4

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,534

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
56,850
of 160,343

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
51

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Solved


Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.

1 year ago

Solved


Neural Nets: Activation functions
Return values of selected Activation function type for value,vector, and matrices. y=Activation(x,id); where id is 1:4 for ReLU...

1 year ago

Answered
Change the style of the lines/grids in polar plot
Hi, I am not sure I fully understand the question, but you could try altering the "LineWidth" and "GridAlpha" properties for ...

1 year ago | 0

| accepted

Solved


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

1 year ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

2 years ago