photo

Dharmendra


Indian Institute of Technology Kharagpur

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

7 个提问
1 个回答

Cody

0 个问题
7 个答案

排名
11,034
of 301,552

声誉
4

贡献数
7 个提问
1 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,321

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
49,042
of 175,320

贡献数
0 个问题
7 个答案

评分
80

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Executable from Matlab fails to run on another computer
Hey Molly, To run any standalone applications (.exe) on any computer, There must be installed same MATLAB Compiler Runtime (MCR...

10 years 前 | 0

| 已接受

提问


Problem in writing geotiff file from EASE-2 grid data from SMAP mission
Hi, I have SMAP data in EASE-2 grid format (.h5) which is Equal Area Scalable Earth grid-2 (WGS datum)and want to save this dat...

10 years 前 | 2 个回答 | 0

2

个回答

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

10 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

10 years 前

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

13 years 前

提问


Problem with execution of Windows standalone applications
I have developed a Windows standalone application based on function mentioned below.I have some issues pertaining to execution o...

13 years 前 | 0 个回答 | 0

0

个回答

提问


How to speed up developed console application (.exe) from MCR (MATLAB R2012a)
I have compiled a console application (.exe) using MCR (MATLAB R2012a) which i want to run first on deployed system. I am suc...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Double integration problem (can not use symbolic math tool box)
I have a function of two variable to double integrate but i can not use symbolic integration as i want to compile this to .exe f...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Error in executing of Console application (.exe) on deployed system
I want to develop Window standalone applications (.exe) which contains a function f(x,y).and i also want to do double integratio...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with Error function "erfc(x)" in double integration
I am looking to solve a double integration function which contain Error function (erfc(x)) in function.for clear presentation, i...

13 years 前 | 1 个回答 | 0

1

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

13 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

13 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13 years 前

提问


Facing problem with Double integral of function P=f(u,v) for -∞<u<∞ and -∞<v<∞ & y=0:5:90;
I have been facing problem to integrate P=f(u,v) for -∞<u<∞ and -∞<v<∞ where y varies 0 to 90. i want to have a table of y Vs. Q...

13 years 前 | 1 个回答 | 0

1

个回答