photo

Ortinomax


Last seen: 4 years ago Active since 2015

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
6 Answers

Cody

0 Problems
38 Solutions

RANK
3,510
of 300,379

REPUTATION
16

CONTRIBUTIONS
7 Questions
6 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
2

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
14,191
of 168,262

CONTRIBUTIONS
0 Problems
38 Solutions

SCORE
390

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 0 answers | 0

0

answers

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

10 years ago | 0

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 3 answers | 0

3

answers

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 0

| accepted

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

10 years ago | 0

| accepted

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

10 years ago | 0

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

10 years ago | 0

Question


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

10 years ago | 1 answer | 0

1

answer

Answered
How 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 : ...

10 years ago | 2