Ortinomax
Followers: 0 Following: 0
Statistica
RANK
3.453
of 295.913
REPUTAZIONE
16
CONTRIBUTI
7 Domande
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
28.57%
VOTI RICEVUTI
2
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Check if a referenced project is available.
EDIT : I submit before finishing the question. EDIT2 : Now there is everything. Hello, I am working with Simulink Projects ...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
Bus and model variants
Hello, I used to have a variant subsystem and wanted to change to model variant to avoid compiling again and again some parts...
oltre 8 anni fa | 0 risposte | 0
0
risposteOrder and plot two linked vectors
Another simple way is to use indice in the second output of the sort function. [rho_sorted order]= sort(rho); h_rho=h(or...
oltre 9 anni fa | 0
Domanda
How to keep color in a configurable subsystem
Hello, To make easier the choice the change of one element in a complex system, I am currently trying to create a library wit...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
Matlab, Excel and validation of data
Hello, I wanted to create some rule of validation on some cells in Excel documents. I used the macro-recording to see which me...
oltre 9 anni fa | 3 risposte | 0
3
risposteDomanda
How to change a template
Hello everybody, In order to fill my powerpoint with Matlab pictures, I want to open a new powerpoint and fill it with Matlab...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
Manage powerpoint on Matlab
Hello, Part of my job is now to create powerpoint with a lot of figure which "that is good ..." "that is not..". And all of t...
oltre 9 anni fa | 1 risposta | 0
1
rispostahow to find nearest distant points for two unequal sized pair of data
When you do A3=A2(P); B3=B2(P); P is a "boolean", it is either at 0 or 1 depending of the inequality. I tried this, an...
oltre 9 anni fa | 0
| accettato
How to plot values from excel sheet
First of all, you must to import these values in your workspace in Matlab. So you have to use the <http://fr.mathworks.com/he...
oltre 9 anni fa | 0
| accettato
How do I get output arguments from a function without calling it (not as ans)
I'm not 100% sure but I don't think this is possible and this is better. I mean, imagine you already have the variables R,X,Y...
quasi 10 anni fa | 0
open file with another application
You can use the winopen function on windows to open the file in the default application for this file. Another way could be...
quasi 10 anni fa | 0
Domanda
regexp : get all the match for one expression
Hi, I have this variable : var= 'bigFamily_middleFamily_littleFamily_childName' % each parts of this name can inclus nu...
quasi 10 anni fa | 1 risposta | 0
1
rispostaHow can I execute a calculation multiple times using matrix elements as variables?
The anwser of Stephen Cobeldick is great. But if you want to perform another calculation like below on each lines : ...
quasi 10 anni fa | 2