![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24042730_1697882632982.jpg)
wenchao zhang
Followers: 0 Following: 0
統計
All
Feeds
質問
how to search parameter with specific name under the simulink system
hello, i have a simulink model with several subsystem, each subsystem have some blocks, now i want search parameter with specifi...
約1ヶ月 前 | 1 件の回答 | 0
1
回答回答済み
how to apply exist model configset to current model through script
Following Command seems can realize this. attachConfigSet(model, configObj),
how to apply exist model configset to current model through script
Following Command seems can realize this. attachConfigSet(model, configObj),
約1ヶ月 前 | 0
| 採用済み
質問
how to apply exist model configset to current model through script
i have config set that exported from other model, now i want import this configset to my new model, and set this config set acti...
約1ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to show the relation ship between simulink function and its caller
hello, in my simulink model i define several simulink functiion, and in somewhere in the model i will call these simulink functi...
約2ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to set the default datatype of simulink block output to single
how to set the default datatype of simulink block output to single, for example i just want the output datatype of signal builde...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to delete the first sheet of an excel through script
hello, when i write some contents to excel file and add new sheet with specific name, i find sheet1 is still exist, how to dele...
3ヶ月 前 | 1 件の回答 | 1
1
回答質問
code generation about Simulink function
hello, when generated code from the simulink function, the name of Model Step Funciton seems strange, how can i change it to fun...
5ヶ月 前 | 1 件の回答 | 0
1
回答回答済み
how can i set CoderInfo through command
i got the method how to set,like following, in my case just write (k.CoderInfo.StorageClass = 'ExportedGlobal');
how can i set CoderInfo through command
i got the method how to set,like following, in my case just write (k.CoderInfo.StorageClass = 'ExportedGlobal');
5ヶ月 前 | 0
| 採用済み
質問
how can i set CoderInfo through command
hello, how to set CoderInfo through commands after i have creat simulink.signal in the work space?
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to delete the empty row in the excel with matlab
hi, as the title description, i want use matlab to delete the empty rows in the excel which has many rows, how to realize.
6ヶ月 前 | 3 件の回答 | 0
3
回答質問
how to get data from fig use matlab
hi, i want get four colums data from the following fig, how to use matlab to realize this.
6ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to display the calling relation ship between simulink function and function caller
hello, as follwoing system shows, how to configure to display the relation ship between function caller an simulink function in...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
configuration about simulink scope
hello, who know how to change the active display, it will defaultly set channel 1, how i can change to channel 2, seems it froze...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to generate code to specific folder
as following fig shows, i want generate code to target folder(already set this folder to path), but it failed, it seems always k...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
Conditional Compilation for code generated from Simulink Model
hi, as following picture shows, when after generate code, during compile how to control just let fun2 code enter compile proces...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
about test point during code generation
hello, what's the purpose of test point in code generation, an how it realized. i'm not clear about this.
7ヶ月 前 | 2 件の回答 | 0
2
回答回答済み
how to realize look up function in m script
use interp1 seems ok, x = 0:pi/4:2*pi; v = sin(x); xq = 0:pi/16:2*pi; figure vq2 = interp1(x,v,xq,'spline'); plot(x,v,'o',...
how to realize look up function in m script
use interp1 seems ok, x = 0:pi/4:2*pi; v = sin(x); xq = 0:pi/16:2*pi; figure vq2 = interp1(x,v,xq,'spline'); plot(x,v,'o',...
8ヶ月 前 | 0
| 採用済み
質問
how to realize look up function in m script
hello, i have x axle table and y axle table, when i set value within the range of x, how to get the output from y, may be some i...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
errors about mdfimport command
hello, when i restart my laptop, the command mdfimport can not works, following is the error, how to handle this.
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to add goto from block and connected to the ports of a existed simulink system programmtically
hello,i have a simulink subsystem with some port defined inside, for example it has two inports and two outports,now i want add ...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
about write data to the first sheet of excel
hello, i want wrtie specific data to several sheet of the excel, and i have named each sheet, but i find may new target sheet wi...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to remove warning during code generation
hello, during the code generation some warning will apper in command window, how to turn off this, only error message can apper....
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to clean the content inside the folder
hi, i want clean the folder, as follwing shows, which command i can use.
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
how to select simulink block through keyboard
hi, i want select the blocks through keyboard, as following fig shows, i want select the lower block, it's possible or not?
8ヶ月 前 | 2 件の回答 | 0
2
回答質問
how to open excel in side script
i want open excel use certain command in the script, which command can i use?
8ヶ月 前 | 2 件の回答 | 0
2
回答質問
how to return the value to workspace after user select item in pop-up menu
hi, i want to return the value to workspace, when i select the specific item in pop-up menu, how to store it in the workspace. ...
9ヶ月 前 | 1 件の回答 | 0
1
回答質問
issues about app design
hello, i have a following problem, the edit area of the code view seems frozened, it only force me to edit within the area which...
9ヶ月 前 | 2 件の回答 | 0
2
回答質問
how to get the name of current running m script
hello, how can i get the name of the script that is running at the moment, thanks.
9ヶ月 前 | 2 件の回答 | 0