Sara Nikdel
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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 + ...
約2年 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 2 件の回答 | 1
2
回答質問
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...
4年以上 前 | 1 件の回答 | 0