Search found 5 matches

by yannick
Fri Jun 17, 2011 7:51 am
Forum: General Remark and Questions
Topic: Simulink : Creating a Mask with tabs
Replies: 1
Views: 9442

Re: Simulink : Creating a Mask with tabs

What I found is you can't create any tab in a mask with the version before 2009.

With the version 2009, in the parameters mask, when you add a parameter, there is a column named tab name or somethink like that. You just have to put the name you want and it works !
by yannick
Wed Jun 15, 2011 2:03 pm
Forum: General Remark and Questions
Topic: Simulink : Creating a Mask with tabs
Replies: 1
Views: 9442

Simulink : Creating a Mask with tabs

Hi,

I am wondering if there is a way to create "tabs" in a simulink mask? An easy example is the Constant block. It has a "Main" tab and a "Signal Attributes" tab.

I have looked for documentation on this and I haven't be able to find anything that even mentions it.

Thanks


Yannick
by yannick
Mon May 30, 2011 12:29 pm
Forum: General Remark and Questions
Topic: How to install pic30 on Matlab
Replies: 1
Views: 8777

How to install pic30 on Matlab

Everything is in the question, I would like to know how could I install pic30 compiler (the same one using by MPLAB) on MATLAB

Thx you !
by yannick
Fri May 27, 2011 9:11 am
Forum: General Remark and Questions
Topic: DAC on 33fj64GP802
Replies: 15
Views: 33892

Re: DAC on 33fj64GP802

can you show me what is inside your header dsp.h ?

How do you define your dsPIC ?

Thanks
by yannick
Thu May 26, 2011 4:33 pm
Forum: General Remark and Questions
Topic: S-function and define microcontroleur
Replies: 0
Views: 10284

S-function and define microcontroleur

Hi, I try to use a S-function which call a header file (.h) thanks to an #include <toto.h> At the beginning of my header toto, there is a condition : If dsPIC XXXXX is defined do ..... just like that : #if defined(__dsPIC30F__) #include <p30fxxxx.h> .... But when I try to compile, Matlab doesn't get...