photo

Mehreen


Last seen: 1 giorno fa Attivo dal 2026

Followers: 0   Following: 0

I'm a data science major who aspires to work at an airline company.

Programming Languages:
Python, C++, C
Spoken Languages:
English
Pronouns:
She/her

Statistica

All
MATLAB Answers

1 Domanda
0 Risposte

Cody

0 Problemi
5 Soluzioni

Discussions

1 Punto principale

RANK
300.881
of 301.383

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.252

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
69.254
of 174.306

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
50

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
1 Punto principale

NUMERO MEDIO DI LIKE
0

  • MATLAB Central Treasure Hunt Finisher
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

circa 15 ore fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

1 giorno fa

Domanda


Workaround to MATLAB crashing when exporting large live script file as PDF
I have a LARGE live script file (110 MB). I'm trying to export it as a PDF but whenever I click Export to PDF >> Export, the app...

4 giorni fa | 0 risposte | 0

0

risposte

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 giorni fa

Risolto


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

8 giorni fa

Discussion


Just started MATLAB
I began coding in MATLAB less than 2 months ago for a class at community college. Alongside the course content, I also completed...

8 giorni fa | 0

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

18 giorni fa