photo

Rohan Singla


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

2 Fragen
3 Antworten

Cody

0 Probleme
2 Lösungen

RANG
163.410
of 300.343

REPUTATION
0

BEITRÄGE
2 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
80.473
of 168.172

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 3 Jahre vor | 0

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 5 Jahre vor | 0