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

7 years ago | 0

| accepted

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

7 years ago | 0

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

7 years ago | 0

| accepted

Channel


trial1
face detector

7 years ago

Question


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

7 years ago | 0 answers | 0

0

answers

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

7 years ago | 0

| accepted

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

7 years ago | 0

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

7 years ago | 0

Solved


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

7 years ago

Solved


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

7 years ago

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

7 years ago | 0

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

7 years ago | 0

| accepted

Answered
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);...

7 years ago | 0

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

7 years ago | 1

| accepted

Question


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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 0

Submitted


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.

7 years ago | 1 download |

0.0 / 5
Thumbnail

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

7 years ago | 0

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

7 years ago | 3

Solved


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

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

7 years ago

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

7 years ago | 0

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

7 years ago | 0

| accepted

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

7 years ago | 0

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

7 years ago

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

7 years ago | 0

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

7 years ago | 0

Submitted


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

7 years ago | 8 downloads |

5.0 / 5
Thumbnail

Question


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

7 years ago | 0 answers | 0

0

answers