photo

Sara Nikdel


Last seen: bijna 2 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
33.131
of 300.302

REPUTATION
1

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 20.911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 2 answers | 1

2

answers

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer