문제를 풀었습니다


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

거의 8년 전

문제를 풀었습니다


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

거의 8년 전

문제를 풀었습니다


Is It a Palindrome?
Given a string or array, determine if it is a palindrome.

거의 8년 전

문제를 풀었습니다


Potential Energy
Calculate the potential energy of a rock.

거의 8년 전

문제를 풀었습니다


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

거의 8년 전

문제를 풀었습니다


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

거의 8년 전

문제를 풀었습니다


Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

거의 8년 전

문제를 풀었습니다


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:...

거의 8년 전

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

거의 8년 전

문제를 풀었습니다


Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...

거의 8년 전

답변 있음
I have to select a formula from a certain value.
* Evaluate the value of "a" using if condition and write formulas in appropriate loop. * If you are a beginner refer <https://i...

거의 8년 전 | 1

| 수락됨

제출됨


PRIORITY BASED RESPONSE- NETWORK SIMULATION
Network simulator

거의 8년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
Finding length between two matrix rows
jointCoords = [ 0 0 % Coordinates of joint 1: (0,0) 10 0 % Coordinates of joint 2: (10,0) ...

거의 8년 전 | 0

| 수락됨

답변 있음
Output argument "dl1" (and maybe others) not assigned during call to "decsg".
States that the function "decsg" has output argument "dl1" .But while executing the function no value is passed to the output v...

거의 8년 전 | 0

답변 있음
How to set a parameter to a gain in simulink?
Make sure that you are getting right value for variable in the gain block. According to me if you know the value m then use the...

거의 8년 전 | 0

답변 있음
Matlab GUI Executing a Script with inputs
<http://stackoverflow.com/questions/16497707/global-variables-in-matlab-gui Here> you can find the solutions for same issue whi...

거의 8년 전 | 1

| 수락됨

답변 있음
Once installation and activation is complete, how do I open MATLAB?
* Refer the below link * <http://in.mathworks.com/help/matlab/matlab_env/start-matlab-on-macintosh-platforms.html Start MAT...

거의 8년 전 | 0

| 수락됨

답변 있음
How can I delete files within subfolders?
get the list of all the sub folders in a variable ,For example variable 'a' Then delete the files using below command fo...

거의 8년 전 | 0

답변 있음
Request the user to input their seven digit KU ID that
# make sure that you have entered 7 digits using No=input('enter 7 digit KU ID'); % input numel(num2str(No))%count the...

거의 8년 전 | 0

질문


How to develop andriod app using matlab?
Is there any toolbox for developing andriod apps using matlab.Or else is it possible to save my project as apk file (like creati...

거의 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to input a digital signal in simulink?
using <http://in.mathworks.com/help/simulink/slref/signalbuilder.html Signal Builder> you can set the signal for different time ...

거의 8년 전 | 0

| 수락됨

답변 있음
source code of eig() function
Yu can find the eig function under matlab installation directory *toolbox\symbolic\symbolic\@sym*

거의 8년 전 | 0

답변 있음
creating a pushbutton which allows the figure in my GUI to open in a new window
Under the pushbutton callback use the command 'figure'. This will open a new window

거의 8년 전 | 0

답변 있음
How connect arduino uno to Netbeans?
click <http://plugins.netbeans.org/plugin/46054/arduino here> for Arduino - plugin details and <http://playground.arduino.cc/Cod...

거의 8년 전 | 1

| 수락됨

답변 있음
How to automatically show the last characters of a long string in a edit box?
Get the file name and path name in separate variables and pass only the file name to the edit box

거의 8년 전 | 0

답변 있음
Zero-cross edge detection input
<http://in.mathworks.com/help/images/ref/edge.html#input_argument_method here> You can find list of available Edge detection met...

거의 8년 전 | 0

답변 있음
How to set target matrix in matlab for training images?
click <https://in.mathworks.com/matlabcentral/answers/87202-training-set-and-target-set-and-output-in-matlab-neural-network here...

거의 8년 전 | 0

답변 있음
Extracting data from a text file into an array
<http://in.mathworks.com/help/matlab/import_export/ways-to-import-text-files.html Ways to Import Text Files>

거의 8년 전 | 0

답변 있음
Remove cell that contains strings of another cell array
strfind(a, b(kk))%find a string from string array

거의 8년 전 | 0

답변 있음
matlab not plotting in for loop, plz help.
use the line specifications and marker size to identify the plotted points plot(le,N2,'*k','Markersize',12) * If above c...

거의 8년 전 | 0

| 수락됨

더 보기