回答済み
How to use FOR LOOP to read multiple files named in series in workspace?
Hi, I hope it help you. You may refer to my adding code as below % concatenate them into a single 4D Variable all_cas...

8年弱 前 | 0

| 採用済み

回答済み
Portfolio optimization in markovitz
Hi Luan Vardari, In your original question, i think you are able to resolve it by changing T = readtable('data (2).xlsx'...

8年弱 前 | 0

回答済み
How can I train (manually labeled) x-ray image data using CNN (labeled data in .json format)?
Hi Fahad Parvez Mahdi, Sorry for my late reply, It is because there are so many web link in your json file. Therefore, you ...

8年弱 前 | 0

| 採用済み

チャネル


trial1
face detector

8年弱 前

質問


MDCS and PBS Pro
Hi All, Refer to attached photo, after installing the package for client and cluster side <https://www.mathworks.com/help/...

8年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Possible solutions of an equation
Replace X(1) with X Replace X(2) with Y Replace X(3) with Z no possible solution if 0<X,Y,Z<2 . It is because there is ...

8年弱 前 | 0

| 採用済み

回答済み
Write and play audio file
Hi John Hock, You may refer to the link below to check what is the minimum Hz can be play in your system or copy the code to ...

8年弱 前 | 0

回答済み
Embed and Call Outside Files in Compiled Application
Hi, If you package your exe. include the .docx file (file installed for your end user), you may just use % in your call b...

8年弱 前 | 0

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8年弱 前

解決済み


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

8年弱 前

回答済み
How to record audio with start and stop pushbuttons in gui and plot the fft
Hi Mohanish, Please refer to the attached m.file which consist the function of record, stop record, plot and play the audio. ...

8年弱 前 | 0

回答済み
How to write a string to Excel using Matlab.
Put them into cell. path = {'wewer'}; xlswrite('sss.csv',path);

8年弱 前 | 0

| 採用済み

回答済み
how to find minimum value non zero elements in 3d matrix
Hi, Sneha patil, you may use the method as below: The minimum value of all the integers higher than 0: M=rand(2,2,3);...

8年弱 前 | 0

回答済み
Play, Pause, Rewind, and Fast Forward Buttons (App Designer)
Hi, your question is really interesting. You may consider my solution as follows It is including play, pause, resume,speed up...

8年弱 前 | 1

| 採用済み

質問


Create a Java Package with MATLAB Code Error
I follow the following example: <https://www.mathworks.com/help/compiler_sdk/gs/create-a-java-application-with-matlab-code.ht...

8年弱 前 | 1 件の回答 | 0

1

回答

回答済み
how to convert gray scale back to rgb format?
Hi, I have seen similar question been asked in the past. You may refers to the link below for your answer solution 1: ...

8年弱 前 | 0

送信済み


set2xyaxis
Plot 2 y-axis and 2 x-axis in a graph. It allows user to zoom in and out of the graph with correct scales of both x and y axis.

8年弱 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

回答済み
how to use image(sc) in Application Designer (appDesigner)?
Hi, In my practice, i use axes to host image. App designer don't allow you to modify the generated GUI code except call back...

8年弱 前 | 0

回答済み
Add static images with APP designer
Hi, Mr Gan In my practice, i use axes to host image. App designer don't allow you to modify the generated GUI code except c...

8年弱 前 | 3

解決済み


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

8年弱 前

解決済み


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

8年弱 前

回答済み
How to reverse a duration?
c = minutes(2) minutes(c) it will give you back the integer....

8年弱 前 | 0

回答済み
I would like to make an EXE file that can be used by users who do not have MATLAB on their PCs.
You need to compile your apps into exe file through MATLAB Compiler first. <https://www.mathworks.com/videos/getting-started-...

8年弱 前 | 0

| 採用済み

回答済み
Changing legend appearance in GUI in response to events
Hi NJ, please refer to my code below for your solution. You may use cell array to do loop for bla1,2,3 in order to shorten your...

8年弱 前 | 0

解決済み


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年弱 前

回答済み
How to insert data into a GUIDE GUI for a creation function.
Hi, You may try this : set(handles.OrigTable,'data',info) I found there are two answers explaining well related to your...

8年弱 前 | 0

回答済み
Problem in using coeffs in a file
Hi Wrichik Basu, Do you mind to share your equation 2 here? Your error could be similar to case as below: <https://www.m...

8年弱 前 | 0

送信済み


Shell-Tube Heat Exchanger Simulator
The app allows user to design your own heat exchanger and simulate your heat exchanger.

約8年 前 | ダウンロード 6 件 |

5.0 / 5
Thumbnail

質問


What is Design in ecmmvnrmle (Multivariate Normal Regression)?
Hi All, Do you guys understand how to structure the Design for ecmmvnrmle (Multivariate normal regression with missing data)?...

約8年 前 | 0 件の回答 | 0

0

回答