photo

Nicholas


Università degli Studi di Bologna

Last seen: 7ヶ月 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
2 回答

ランク
263,074
of 300,759

評判
0

コントリビューション
7 質問
2 回答

回答採用率
14.29%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Are these uitoolbar issues solvable?
I'm designing a new UI using MATLAB R2016b. 1- I'm designing my own 'uitoolbar' and I really don't like the fact that the tra...

約9年 前 | 0 件の回答 | 0

0

回答

質問


How to access uicontrol data easy and fast
Before R2014b version I used to save uicontrols into *.mat file load it and modify my UI objects with get/set. Since R2014b thi...

約9年 前 | 0 件の回答 | 0

0

回答

質問


MATLAB code with GUI codes on another language (C#, Python, ...)
Is it possible and more importantly convenient to have a MATLAB code with an interface coded in a different language such as Pyt...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


What is the best way to handle huge number of variables when preparing a UI?
Dear All, I coded a UI with MATLAB in which I require a lot of variables from the user. Since during the execution of the UI I...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Is there a way to use a compiled MATLAB program (with MCR) in command line mode?
I want to code a software with a core and a user interface. The use should be able to run the core as it is from a sort of virt...

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
creating a temporary variable
Did you try using tic toc? tic A = sparse(magic(3)); B = A - C; disp(toc) tic B = sparse(magic(3)) - C; disp(toc) In any cas...

14年弱 前 | 0

質問


C compiler for MEX files
Hi all, I wrote a C code that uses the most common libraries such as stdint.h. I've done a proper mex file for it which compil...

14年弱 前 | 1 件の回答 | 0

1

回答

回答済み
using QUADGK vs QUADL numerical integration algorithm
Your are definitely right! In your proposed case there is no problem, in fact my function is a bit complicated and the problem o...

約14年 前 | 0

質問


using QUADGK vs QUADL numerical integration algorithm
Hi all, I have some issues while using quadgk with handle functions. Sometimes it gives me some warnings, where quadl function ...

約14年 前 | 4 件の回答 | 0

4

回答