질문


How to create a hovering effect on images in the App creator
when using the app designer, We can use images that have callback when clicking the image. Is there any property to modify t...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to use convertTDMS script and what is the most efficient file format to post-process data in MATLAB?
You can use this instead: https://uk.mathworks.com/matlabcentral/fileexchange/44206-converttdms-v10 the function TDMS_getStruct...

3년 초과 전 | 0

답변 있음
How to interpolate data
interp1 inputs must be real number (look at the section input arguments from the help.). Thus remove the NaN values from the inp...

3년 초과 전 | 0

| 수락됨

답변 있음
How to interpolate data
Input Arguments collapse all x — Sample points vector Sample points, specified as a row or column vector of real numbers. Th...

3년 초과 전 | 0

답변 있음
lenend keep only text
dummyh_1= line(nan, nan, 'Linestyle', 'none', 'Marker', 'none', 'Color', 'none');hold on dummyh_2= line(nan, nan, 'Linestyle', ...

3년 초과 전 | 0

답변 있음
Read .txt file , Truss optimization
The issue is not in your code, but in your text file, line 71: 12 01 .2.50 2.0 10.0 10.0 Must be converted to : 12 01...

3년 초과 전 | 1

| 수락됨

답변 있음
how do i set drawrectangle to have a specific increment only?
you can set the property "Position" of an existing rectangle: A=drawrectangle; %draw a rectangle A.Position=[0.5 0.2 0.35 0.2]...

3년 초과 전 | 0

질문


Support Package for Raspberry Pi (R2020a) - does it support the CM4 ?
Maybe a trivial question, the support package seems to support the Pi4, but I am just wondering if it support the Pi CM4?

3년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

3년 초과 전

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

3년 초과 전

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3년 초과 전

답변 있음
How do I perform a clean re-installation of a Support Package?
Can you please provide details on how to do a clean re-install of a unique support package without deleting the other installed?...

3년 초과 전 | 1

문제를 풀었습니다


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

3년 초과 전

문제를 풀었습니다


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

3년 초과 전

문제를 풀었습니다


Square a Number
Given an input x, return y, which is equal to the square of x.

3년 초과 전

문제를 풀었습니다


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

3년 초과 전

문제를 풀었습니다


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]; ...

3년 초과 전

문제를 풀었습니다


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

3년 초과 전

문제를 풀었습니다


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

3년 초과 전

문제를 풀었습니다


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

3년 초과 전

문제를 풀었습니다


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

3년 초과 전

문제를 풀었습니다


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

3년 초과 전

문제를 풀었습니다


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. <http://en.wikipedia.org/wiki/Whole...

3년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

3년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

3년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

3년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

3년 초과 전

질문


What does "-tf inf" stand for in the command system('rtwdemo_secondOrderSystem -tf inf &')
I have just completed the tutorials on Simulink Coder, I would like to know what are the parameters -tf inf doing . Does any...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I create a continually updating graph from MQTT subscription data?
I have a similar project, though, I think you need to publish timestamp,data in the same message to be abe to plot the real time...

거의 4년 전 | 0

| 수락됨

문제를 풀었습니다


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

대략 4년 전

더 보기