photo

Rohan Singla


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

2 Domande
3 Risposte

Cody

0 Problemi
2 Soluzioni

RANK
171.802
of 299.007

REPUTAZIONE
0

CONTRIBUTI
2 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.659

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
82.628
of 163.093

CONTRIBUTI
0 Problemi
2 Soluzioni

PUNTEGGIO
30

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
how can I solve this non linear partial differential equation mentioned below I have some initial & boundary condition
I need to obtain profile k^i =constant value of =6.54×10-3 μm -1 this is the boundary condition here x',y',z' are the coordi...

circa 3 anni fa | 0

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 4 anni fa

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

oltre 4 anni fa

Domanda


how to get color name as output corresponding to it vector as input
for eg if i give input vector a=[1,0,0] the output shold be color name corresponding to this vector

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Date Validation Logic and Error message
function isvalid = valid_date(y, m, d) % Check if the inputs are valid % Check that they are scalars if ~(isscalar(y) && iss...

circa 5 anni fa | 0