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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

| accettato

Canale


trial1
face detector

oltre 7 anni fa

Domanda


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

oltre 7 anni fa | 0 risposte | 0

0

risposte

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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 1

| accettato

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

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

oltre 7 anni fa | 0

Inviato


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.

oltre 7 anni fa | 1 download |

0.0 / 5
Thumbnail

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 3

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

Inviato


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

oltre 7 anni fa | 14 download |

5.0 / 5
Thumbnail

Domanda


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

quasi 8 anni fa | 0 risposte | 0

0

risposte