
Dharmendra
Indian Institute of Technology Kharagpur
Followers: 0 Following: 0
Statistics
RANK
11,021
of 297,503
REPUTATION
4
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20,449
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
8 years ago | 0
| accepted
Question
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...
8 years ago | 2 answers | 0
2
answersSolved
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 ...
9 years ago
Solved
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
9 years ago
Solved
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 ...
12 years ago
Question
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...
12 years ago | 0 answers | 0
0
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 2 answers | 0
2
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerSolved
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 ...
12 years ago
Solved
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...
12 years ago
Solved
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:...
12 years ago
Question
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...
12 years ago | 1 answer | 0