Feeds
질문
show private and protected methods names of a matlab class
hi, how I can display all methods names of a matlab class including private and protected methods ?
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to specify line color using a hexadecimal color code
Hi, why the plot function return an error message when I specify the color as a hexadecimal color code i.e x = linspace(-2*pi,...
5년 초과 전 | 답변 수: 3 | 2
3
답변질문
passing a structure pointer from C mex file to matlab
Hi, I m trying to pass a pointer of a static structure from C mex to matlab, this pointer will be used by another C mex funct...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
return the pointer or the structure of C structure in C mex file
Hi I have a C function inside a mex file that return a large structure ( 110 fields ), and I want to return this structure t...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
help in p code
good evening everybody my question is how can I add a help within a p code ? thanks in advance
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
how to flip the inputs of an simulink block
Hi everyone I have an integrator block, and I want to invert its inputs, so I explain the first input is x the signal to b...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
how to add many function from different file in the same mex file
hi I have two functions f1 and f2 in the same c file (functions.c) and their prototype in the same header file (functions.h),...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to initialize a vector of structure
hello so i have the example abouve for i = 1 : n structure.a = ....... structure.b = ....... . . structure....
10년 초과 전 | 답변 수: 4 | 0
4
답변질문
shared variable mex file and workspace
i have 2 questions about passing parameters between workspace and mex function 1 - how i can share a same variable between ...
거의 11년 전 | 답변 수: 0 | 0
0
답변질문
matlab text file processing
Hi how i can get only the numeric data from a text file ? is that there a predifined matlab function for that ?????????????...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
add a help text to a mex file
hello how to add a some text , to appear as a help text thanks in advance
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
How can I express a symbolic variable in function of other symbolic variables,
hello is there a predefined function in matlab that can express a symbolic variable depending on other symbolic variables,...
거의 11년 전 | 답변 수: 2 | 0