photo

Nicholas


Università degli Studi di Bologna

Last seen: 7 mois il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

7 Questions
2 Réponses

RANG
110 212
of 300 829

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
14.29%

VOTES REÇUS
0

RANG
 of 21 088

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 210

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 0

Question


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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 0

Question


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

environ 14 ans il y a | 4 réponses | 0

4

réponses