![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17141719_1577037152859_DEF.jpg)
Neelabh Jyoti Saharia
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why are subsystems highlighted in different color after simulation
Hi everyone, I was playing with the simulink examples and observed that after simulation, differents subsystems are highlighted...
約1年 前 | 1 件の回答 | 0
1
回答質問
parfor loop throws error for bigger matrices : Index must not exceed 0
Hello, I am a newbie in parallel computing. I am doing some calculation to genereate a 4D data. It worked fined while calculati...
1年以上 前 | 0 件の回答 | 0
0
回答質問
Pass a function as a property to a Test class
Hi, I am new to the unit test framework. I am writing a simple test class with two test methods as shown below. classdef Tester...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Interpolation for 2 dependent output data
I have a table as shown below. Col 1 = input, Col 2 = output (consists of two outputs that depend on each other) . How do I ...
2年以上 前 | 2 件の回答 | 0
2
回答質問
How to use a self-made loss function for a simple Neural Net ?
I have been using net = feedforwardnet(10) %or net = fitnet(10) for my regression problem. I am using simple networks wit...
約3年 前 | 1 件の回答 | 0
1
回答質問
Wrong prediction results from feedforwardnet
I made a simple feedforward net as follows: mynet = feedforwardnet(5) mynet.layers{1}.transferFcn = 'poslin'; % one hidden lay...
3年以上 前 | 1 件の回答 | 0