photo

sri prakash muniyandi


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: automotive

统计学

MATLAB Answers

7 个提问
2 个回答

排名
20,591
of 300,753

声誉
2

贡献数
7 个提问
2 个回答

回答接受率
28.57%

收到投票数
1

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


What is the equivalent matlab function for “ctrl+c” ?
I want to implement the abort (Ctrl+C) function in my GUI application. *Basic Functionality of my application:-* Take list...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to place a progress bar with a generic position?
I have a gui with a progress bar as jave obj. i have used the below code JavaProgressBar = javax.swing.J...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to bind excel file into my .exe file generated by MCC??
HI, I have generated a exe file for my GUI. In my gui i have a button for opening a sample excel. In my code, for doing this...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to open a simulink model in maximized mode through matlab command line?
Hi i used a command open_system('sys_nmae') to open a simulink modle. but this command open a simulink model in small sized wind...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
*.7zip Decompression
Hi all, 7zip file manager software given two exe versions as 7z.exe and 7zG.exe. 7zG.exe is the one for gui application and ...

10 years 前 | 0

提问


*.7zip Decompression
am able to decompress the *.7zip file using [status,result] = system(['"C:\Program Files\7za920\7za.exe" -y x ' ... ...

10 years 前 | 4 个回答 | 0

4

个回答

提问


s function builder through comment line
Hi I just want to know how to set the s function builder block parameters through Matlab comments. For example : I want...

11 years 前 | 1 个回答 | 0

1

个回答

提问


how to get multiple output in legacy code tool
Hai, Am try to achieve multiple output from LCT. I have written a .c and .h files as bellow assign.c #include “assign.h” ...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
C code to S function multi input multi output block using legacy code
As per the documentation the code should be def.OutputFcnSpec = 'void car(double u1, double u2, double u3, double y1[1], double ...

11 years 前 | 1