photo

Sara Nikdel


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
33.109
of 298.905

REPUTATION
1

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 20.656

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 162.856

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why do I receive this error while using a MATLAB help example?
I am trying to do something similar to this MATLAB example that is provided in Help: syms x y z S = struct('f1',x*y,'f2',y + ...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Create Figures in a loop
Hi, I am trying to create multiple figures using a for loop, but I am not sure how it is done? I also need to save them as jpe...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simplify Boolean/logical expression
I have the following commands: syms a b c; S = simplify( ((a|b) | a) & (a|c) ); When I run them, it gives me the following an...

fast 5 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Compute probability of a logical/boolean expression
Hi, I have boolean expressions as inputs, then I want to simplify the expression as it is shown below. syms a b c; mcs(a,b,c...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort