Statistica
RANK
5.846
of 297.010
REPUTAZIONE
8
CONTRIBUTI
16 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
6.25%
VOTI RICEVUTI
5
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How can I tell to the existing Mathworks installation where the installed documentation is?
I have installed Matlab 2023a, and later installed Offline Documentation by running ./mpm install-doc --matlabroot=/opt/MAT...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
How can I model time-independent models in Simulink?
I have a physical component library, implemented as a forest of Matlab classes, where each object would represent a fairly indep...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Why is matlab fixed pint arithmetic so slow?
I don't have a very strong FPU (no video card). I intended to accelerate my computation representing floating point numbers as 3...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
optimplot optimization monitoring if the optimfunction has a parfor loop inside doesn't redraw the figure.
Hello, everyone. I have a very heavy optimization process, with each step requiring several hours of running. To increase th...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Reusing getters for every property of a class. (For verifying an object state.)
I have a fairly complicated Matlab class with many properties, which are classes themselves. In total, the amount of properti...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
How can I indent the output of display() and disp()?
I am writing a small snippet to display trees of objects hierarchically. I want to use standard Matlab functions as much as po...
circa 6 anni fa | 3 risposte | 0
3
risposteDomanda
How does Curve Fitting Toolbox's fit() function works with non-differentiable expressions?
As far as I understand, fit() uses Levenberg-Marquardt's method of function optimization, which is a gradient-based method (modi...
oltre 6 anni fa | 0 risposte | 0
0
risposteIs it possible to have private folders in packages?
A private folder in a package works fine in my Matlab 2013a. What doesn't work, however is non-private package subfolders. ...
quasi 7 anni fa | 1
Domanda
Why did the -nodesktop startup option disappeared from the documentation?
On Windows one can run Matlab without the IDE by supplying the '-nodesktop' option to the matlab command. However, neither th...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Which function do I need to rearrange a symbolic expression?
I have an expression of the form: 4t(a+b-c)^2 + (x-a)^2 + (y-b)^2 + (z-c)^2 I need to rearrange it to the form: (some...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I index an array/cell array with an array?
I am sorry, it's a very newbie question, but I am nearly lost. So I have a cell array data2 = num2cell(magic(5)) And I...
circa 9 anni fa | 2 risposte | 0
2
risposteDomanda
How to keep a GUI in sync with internal state?
Hello, everyone. My question is the following: Suppose you have a fairly large figure with many tables and other component...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
What is the smart way of managing data in Matlab?
The question is a bit vague, but I'll try to explain. I have a rather ugly data source (bad quality scans of handwritten note...
quasi 11 anni fa | 0 risposte | 0
0
risposteDomanda
Is it possible to generate automatic stubs for default functions? (GUI for example)
The question is the following. I want MATLAB to automatically generate stubs for unimplemented functions. I am writing a f...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
How can I create a nested figure/my own component?
I need to create my own simple compound GUI control, but I do not want to dig into AciveX. The thing is - I need to define a ...
oltre 12 anni fa | 3 risposte | 1
3
risposteDomanda
How do i create "projects"?
I am writing something like an application in Matlab. What annoys me most is the need to click through the directory tree in ...
quasi 13 anni fa | 2 risposte | 1
2
risposteDomanda
How to solve nonlinear equations?
I need to solve the nonlinear equation: (x-m1)'Y1(x-m1)=a*(x-m2)'Y2(x-m2) 'm1' and 'm2' are 2-dim vectors, Y1 and Y2 - 2-d...
oltre 13 anni fa | 1 risposta | 0