Month: July 2024
Error message “‘sequenceInputLayer requires Deep Learning Toolbox” running MATLAB from terminal
I am training an LSTM network (script called lstm_classification.m) on some time series data (MATLAB R2024a). Training uses the Deep Learning toolbox which is installed correctly. When I run the script from the GUI everything works fine, but when I call the script from R, I get the following error message:
sequenceInputLayer requires Deep Learning Toolbox.
Error in lstm_classification (line 463) sequenceInputLayer(inputSize)
Error in run (line 112)
evalin(‘caller’, strcat(script, ‘;’));
Calling the script from R used to work without issues. This error message occured only recently. This is my script lstm_classification.m around line 463 (sequenceInputLayer…):
…
%% Define LSTM Network Architecture
inputSize=nofeatures;
% numHiddenUnits=100;
numHiddenUnits=hiddenunits;
% numClasses=9;
numClasses=notreatments_afterdrop;
layers=[ …
sequenceInputLayer(inputSize)
bilstmLayer(numHiddenUnits,’OutputMode’,’last’)
fullyConnectedLayer(numClasses)
softmaxLayer
classificationLayer
];
…
What is the matter here? Is the toolbox now not accesible without the MATLAB-GUI running? It used to work perfectly. Any help is greatly appreciated. Thanks.I am training an LSTM network (script called lstm_classification.m) on some time series data (MATLAB R2024a). Training uses the Deep Learning toolbox which is installed correctly. When I run the script from the GUI everything works fine, but when I call the script from R, I get the following error message:
sequenceInputLayer requires Deep Learning Toolbox.
Error in lstm_classification (line 463) sequenceInputLayer(inputSize)
Error in run (line 112)
evalin(‘caller’, strcat(script, ‘;’));
Calling the script from R used to work without issues. This error message occured only recently. This is my script lstm_classification.m around line 463 (sequenceInputLayer…):
…
%% Define LSTM Network Architecture
inputSize=nofeatures;
% numHiddenUnits=100;
numHiddenUnits=hiddenunits;
% numClasses=9;
numClasses=notreatments_afterdrop;
layers=[ …
sequenceInputLayer(inputSize)
bilstmLayer(numHiddenUnits,’OutputMode’,’last’)
fullyConnectedLayer(numClasses)
softmaxLayer
classificationLayer
];
…
What is the matter here? Is the toolbox now not accesible without the MATLAB-GUI running? It used to work perfectly. Any help is greatly appreciated. Thanks. I am training an LSTM network (script called lstm_classification.m) on some time series data (MATLAB R2024a). Training uses the Deep Learning toolbox which is installed correctly. When I run the script from the GUI everything works fine, but when I call the script from R, I get the following error message:
sequenceInputLayer requires Deep Learning Toolbox.
Error in lstm_classification (line 463) sequenceInputLayer(inputSize)
Error in run (line 112)
evalin(‘caller’, strcat(script, ‘;’));
Calling the script from R used to work without issues. This error message occured only recently. This is my script lstm_classification.m around line 463 (sequenceInputLayer…):
…
%% Define LSTM Network Architecture
inputSize=nofeatures;
% numHiddenUnits=100;
numHiddenUnits=hiddenunits;
% numClasses=9;
numClasses=notreatments_afterdrop;
layers=[ …
sequenceInputLayer(inputSize)
bilstmLayer(numHiddenUnits,’OutputMode’,’last’)
fullyConnectedLayer(numClasses)
softmaxLayer
classificationLayer
];
…
What is the matter here? Is the toolbox now not accesible without the MATLAB-GUI running? It used to work perfectly. Any help is greatly appreciated. Thanks. sequenceinputlayer, deeplearning toolbox MATLAB Answers — New Questions
Is it safe to link ID?
Hello everyone,
My question is that can I safely link my Microsoft account with the third party CapCut app? If any of you have experience with this, please let me know because I need to edit my template video. Here is the app link I am referring to.
Thanks
Hello everyone,My question is that can I safely link my Microsoft account with the third party CapCut app? If any of you have experience with this, please let me know because I need to edit my template video. Here is the app link I am referring to.Thanks Read More
Using SUMIF with Greater/less than times
Hi there,
I have a spreadsheet that calculates a time. I want to automate a count of how many are >3:00 and <3:00.
I use =SUMIF(M2:M110,”<3:00″)
But instead of getting an answer with a whole number, I’m getting a strange percentage .21 ? (The column format is set to general, I changed it to number and it didn’t make a difference).
Likewise, when I run it for >3:00; I get 3.12 …
What am I doing wrong?
Thanks
Sarah
Hi there, I have a spreadsheet that calculates a time. I want to automate a count of how many are >3:00 and <3:00.I use =SUMIF(M2:M110,”<3:00″)But instead of getting an answer with a whole number, I’m getting a strange percentage .21 ? (The column format is set to general, I changed it to number and it didn’t make a difference).Likewise, when I run it for >3:00; I get 3.12 …What am I doing wrong? ThanksSarah Read More
how to configure the block simulink block related to LDPC coded with MQAM and OFDM over AWGN and Rayleigh channel
i build block which as follow: integer source generator >>>LDPC encoder>>> 16QAM >>>Rayleigh fading and AWGN channel >>>then the inverse of previous steps and i add ber calculation and to workspace simout to plot relation between Eb/No vs BER ..
but the simulink doesnot run because of issue in configurations …
so kindly i need the help to understand configuration
the attached is the filei build block which as follow: integer source generator >>>LDPC encoder>>> 16QAM >>>Rayleigh fading and AWGN channel >>>then the inverse of previous steps and i add ber calculation and to workspace simout to plot relation between Eb/No vs BER ..
but the simulink doesnot run because of issue in configurations …
so kindly i need the help to understand configuration
the attached is the file i build block which as follow: integer source generator >>>LDPC encoder>>> 16QAM >>>Rayleigh fading and AWGN channel >>>then the inverse of previous steps and i add ber calculation and to workspace simout to plot relation between Eb/No vs BER ..
but the simulink doesnot run because of issue in configurations …
so kindly i need the help to understand configuration
the attached is the file wireless communication, digital communication, error correction code, ofdm, ldpc, qam MATLAB Answers — New Questions
jetson camera image is rotated on target device
I am attempting to run this example:
https://www.mathworks.com/help/coder/nvidia/ug/deploy-and-run-sobel-edge-detection-with-i-o-on-nvidia-jetson.html
Everything works great but for some reason the camera window and image are rotated -90 degrees. Is there a way to send a message to rotate the image? when I run this command on the target: ffplay /dev/video0, it looks fine.I am attempting to run this example:
https://www.mathworks.com/help/coder/nvidia/ug/deploy-and-run-sobel-edge-detection-with-i-o-on-nvidia-jetson.html
Everything works great but for some reason the camera window and image are rotated -90 degrees. Is there a way to send a message to rotate the image? when I run this command on the target: ffplay /dev/video0, it looks fine. I am attempting to run this example:
https://www.mathworks.com/help/coder/nvidia/ug/deploy-and-run-sobel-edge-detection-with-i-o-on-nvidia-jetson.html
Everything works great but for some reason the camera window and image are rotated -90 degrees. Is there a way to send a message to rotate the image? when I run this command on the target: ffplay /dev/video0, it looks fine. jetson, gpu coder, video, webcam, display MATLAB Answers — New Questions
How to use contourf to plot a mesh not generated in matlab, i.e. imported mesh coordinates from abaqus. The issue is that coordinates are not sequential.
I’m trying to use contourf with x and y coordinates being random or non sequential. I have z value for each X y coordinate. Normaly we would create a rectangular mesh and then fill up the z values. Here the issue is that the geometry is meshed in abaqus and the mesh nodes and element related information is fed to my code. Now the nodes are not sequential matrix.I’m trying to use contourf with x and y coordinates being random or non sequential. I have z value for each X y coordinate. Normaly we would create a rectangular mesh and then fill up the z values. Here the issue is that the geometry is meshed in abaqus and the mesh nodes and element related information is fed to my code. Now the nodes are not sequential matrix. I’m trying to use contourf with x and y coordinates being random or non sequential. I have z value for each X y coordinate. Normaly we would create a rectangular mesh and then fill up the z values. Here the issue is that the geometry is meshed in abaqus and the mesh nodes and element related information is fed to my code. Now the nodes are not sequential matrix. contourf, meshing coordinates, abaqus mesh. MATLAB Answers — New Questions
Microsoft Defender for Endpoint Plan 2 enforcing and licenses
Hi Everyone,
We started onboarding our devices to the defender and I have noticed that the Subscription state
for Microsoft Defender for Endpoint Plan 2 mentioning that These plan features and capabilities are applied to all your devices. How can I specify the devices for which I would like to use the devices in a specific security group?
Also, once we finished the deployment, we were promoted with an error stating “Your organization is using more Plan 2 licenses than you own. Compare flexible purchase options, or assign licenses to devices in the subscription settings”. How can we rectify the situation as we are pushing this on mobile phones as well? I know that every user gets to enroll 5 devices so it is normal to have the number of licenses *5 without having any compliance issues, correct?
What if we have devices = less than 5 times the number of licenses but some users who don’t have licenses are using these devices? will that be a problem?
Thanks
Hi Everyone, We started onboarding our devices to the defender and I have noticed that the Subscription statefor Microsoft Defender for Endpoint Plan 2 mentioning that These plan features and capabilities are applied to all your devices. How can I specify the devices for which I would like to use the devices in a specific security group? Also, once we finished the deployment, we were promoted with an error stating “Your organization is using more Plan 2 licenses than you own. Compare flexible purchase options, or assign licenses to devices in the subscription settings”. How can we rectify the situation as we are pushing this on mobile phones as well? I know that every user gets to enroll 5 devices so it is normal to have the number of licenses *5 without having any compliance issues, correct? What if we have devices = less than 5 times the number of licenses but some users who don’t have licenses are using these devices? will that be a problem? Thanks Read More
Microsoft Defender for Endpoint for Server vs for Endpoint
Hi Everyone,
Can I onboard my servers to Microsoft Defender for Endpoint P2 or it is mandatory to obtain a separate Microsoft Defender for Endpoint for Server for them?
Also, what is the difference between the two licenses? Is it for compliance only and technically they are the same?
Thanks
Hi Everyone, Can I onboard my servers to Microsoft Defender for Endpoint P2 or it is mandatory to obtain a separate Microsoft Defender for Endpoint for Server for them? Also, what is the difference between the two licenses? Is it for compliance only and technically they are the same? Thanks Read More
MRI T1 Map production from multiple Flip Angles
I’ve edited a MATLAB code that produces a T1 map from two flip angles. I have MRI slices that are 5×170 slices for 5 different flip angles (2,10,11,12,13). I converted them into .nii files and performed the matlab code which worked. It displays 2 rows of T1 maps for each set of angles. The first row of images represent the T1 values from the initial iteration, which are essentially the initial guesses of the T1 relaxation times. These values are based on the raw data without the iterative refinement process applied. The second row of images represent the T1 values after the iterative refinement process has been completed (after 10 iterations). These values are more accurate and have been corrected for residual T1 saturation effects through the iterative process. However, my T1 maps that came out have a lot of noise especially in the background and don’t look like a normal T1 map, can anyone help me understand why this might be?I’ve edited a MATLAB code that produces a T1 map from two flip angles. I have MRI slices that are 5×170 slices for 5 different flip angles (2,10,11,12,13). I converted them into .nii files and performed the matlab code which worked. It displays 2 rows of T1 maps for each set of angles. The first row of images represent the T1 values from the initial iteration, which are essentially the initial guesses of the T1 relaxation times. These values are based on the raw data without the iterative refinement process applied. The second row of images represent the T1 values after the iterative refinement process has been completed (after 10 iterations). These values are more accurate and have been corrected for residual T1 saturation effects through the iterative process. However, my T1 maps that came out have a lot of noise especially in the background and don’t look like a normal T1 map, can anyone help me understand why this might be? I’ve edited a MATLAB code that produces a T1 map from two flip angles. I have MRI slices that are 5×170 slices for 5 different flip angles (2,10,11,12,13). I converted them into .nii files and performed the matlab code which worked. It displays 2 rows of T1 maps for each set of angles. The first row of images represent the T1 values from the initial iteration, which are essentially the initial guesses of the T1 relaxation times. These values are based on the raw data without the iterative refinement process applied. The second row of images represent the T1 values after the iterative refinement process has been completed (after 10 iterations). These values are more accurate and have been corrected for residual T1 saturation effects through the iterative process. However, my T1 maps that came out have a lot of noise especially in the background and don’t look like a normal T1 map, can anyone help me understand why this might be? mri, t1 map MATLAB Answers — New Questions
Plotting (threshold, peaks etc.) in Signal Analyzer App
Hello everybody out there using MATLAB,
Despite doing elaborate analyzes by coding with text, I like the Signal Analyzer App for visual exploration of a signal.
However, I quickly hit the limits of what is offered by the GUI and was wondering, whether there is a convenient way to plot a certain threshold as a line, to put labels at the output of the findpeaks functions etc.Hello everybody out there using MATLAB,
Despite doing elaborate analyzes by coding with text, I like the Signal Analyzer App for visual exploration of a signal.
However, I quickly hit the limits of what is offered by the GUI and was wondering, whether there is a convenient way to plot a certain threshold as a line, to put labels at the output of the findpeaks functions etc. Hello everybody out there using MATLAB,
Despite doing elaborate analyzes by coding with text, I like the Signal Analyzer App for visual exploration of a signal.
However, I quickly hit the limits of what is offered by the GUI and was wondering, whether there is a convenient way to plot a certain threshold as a line, to put labels at the output of the findpeaks functions etc. signal processing, signal analyzer app MATLAB Answers — New Questions
PivotChart (bar graph) of average with standard deviation as error
Hello everybody out there using Excel,
Is there a way to create a PivotChart with a group average as the height of the bars and the standard deviation as the length of the error indicator?
I managed to generate a pivot table with the average and the standard deviation as columns, but Excel would consider each column as an individual group of bars (which the one with the standard errors isn’t).
Hello everybody out there using Excel, Is there a way to create a PivotChart with a group average as the height of the bars and the standard deviation as the length of the error indicator? I managed to generate a pivot table with the average and the standard deviation as columns, but Excel would consider each column as an individual group of bars (which the one with the standard errors isn’t). Read More
Write this code in MATLAB.
Write this code in MATLAB.
1. As of early 2018, Usain Bolt holds the world record in the men’s 100-meter dash. It is 9.58 seconds. What was his average speed in km/h? Assign the result to a variable called hundred.
2. Kenyan Eliud Kipchoge set a new world record for men of 2:01:39 on September 16, 2018. Assign his average speed in km/h to the variable marathon. The marathon distance is 42.195 kilometers.
Expert AnswerWrite this code in MATLAB.
1. As of early 2018, Usain Bolt holds the world record in the men’s 100-meter dash. It is 9.58 seconds. What was his average speed in km/h? Assign the result to a variable called hundred.
2. Kenyan Eliud Kipchoge set a new world record for men of 2:01:39 on September 16, 2018. Assign his average speed in km/h to the variable marathon. The marathon distance is 42.195 kilometers.
Expert Answer Write this code in MATLAB.
1. As of early 2018, Usain Bolt holds the world record in the men’s 100-meter dash. It is 9.58 seconds. What was his average speed in km/h? Assign the result to a variable called hundred.
2. Kenyan Eliud Kipchoge set a new world record for men of 2:01:39 on September 16, 2018. Assign his average speed in km/h to the variable marathon. The marathon distance is 42.195 kilometers.
Expert Answer MATLAB Answers — New Questions
what type of deep learning network?
I would like to ask about what the type of deep learning network using to train a network with numerical features the matlab example exist here
https://www.mathworks.com/help/deeplearning/ug/train-network-on-data-set-of-numeric-features.html
it uses the layers
layers = [
featureInputLayer(numFeatures,Normalization="zscore")
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer];
what the type of this deep learning network?I would like to ask about what the type of deep learning network using to train a network with numerical features the matlab example exist here
https://www.mathworks.com/help/deeplearning/ug/train-network-on-data-set-of-numeric-features.html
it uses the layers
layers = [
featureInputLayer(numFeatures,Normalization="zscore")
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer];
what the type of this deep learning network? I would like to ask about what the type of deep learning network using to train a network with numerical features the matlab example exist here
https://www.mathworks.com/help/deeplearning/ug/train-network-on-data-set-of-numeric-features.html
it uses the layers
layers = [
featureInputLayer(numFeatures,Normalization="zscore")
fullyConnectedLayer(50)
batchNormalizationLayer
reluLayer
fullyConnectedLayer(numClasses)
softmaxLayer];
what the type of this deep learning network? deep learning MATLAB Answers — New Questions
how to recover my office product key
can you guys teach how to activate my office. recently i deleted my microsoft office i dint know that it can affect all of microsoft product now i cant acces any of them becuase it requires to put product key. This all can affect me becuase this can help me for my studies but now i cant acces it. I hope you guys help me, Im Zhadrack Quibo from Philippines.
can you guys teach how to activate my office. recently i deleted my microsoft office i dint know that it can affect all of microsoft product now i cant acces any of them becuase it requires to put product key. This all can affect me becuase this can help me for my studies but now i cant acces it. I hope you guys help me, Im Zhadrack Quibo from Philippines. Read More
Word Print format
Good evening,
I created an organization chart in word with a big layout (ansi C, 43.18cm x 55.88cm)
Now i want it to print out as an A4. But when I choose A4, only a fraction of my chart shows up. It is cropped. When I print it as a pdf and then print it out on A4, it looks fine.
How can i print it directly from word? When i reduce the chart manually, the text in it is about 7pt, which is way too small.
I can not find an option to reduce it automaticly to the right size in the print options.
Maybe someone can help me with this?
Thanks for your time!
Best regards
Good evening, I created an organization chart in word with a big layout (ansi C, 43.18cm x 55.88cm)Now i want it to print out as an A4. But when I choose A4, only a fraction of my chart shows up. It is cropped. When I print it as a pdf and then print it out on A4, it looks fine. How can i print it directly from word? When i reduce the chart manually, the text in it is about 7pt, which is way too small. I can not find an option to reduce it automaticly to the right size in the print options. Maybe someone can help me with this?Thanks for your time!Best regards Read More
Months remaining
Good morning,
I’m currently having an issue getting a formula to work.
currently column i contains expirations formatted as MMM-YYYY. I need column J to show either months remaining as a positive or months passed as a negative. In addition if column i shows N/A column j should just show a blank string. this is the code I have but I keep receiving either #Num! for months that haven’t passed yet or the number 1494 for some odd reason.
this is the code I’m working with
=IF(OR(I3=””,I3=”N/A”),””,IF(TODAY()>=I3,DATEDIF(I3,TODAY(),”m”)*(-1),IF(DATE(YEAR(12),MONTH(12),1)>TODAY(),DATEDIF(12,DATE(YEAR(TODAY()),MONTH(TODAY()),0),”m”),DATEDIF(12,EOMONTH(TODAY(),0),”m”))))
Good morning,I’m currently having an issue getting a formula to work.currently column i contains expirations formatted as MMM-YYYY. I need column J to show either months remaining as a positive or months passed as a negative. In addition if column i shows N/A column j should just show a blank string. this is the code I have but I keep receiving either #Num! for months that haven’t passed yet or the number 1494 for some odd reason.this is the code I’m working with=IF(OR(I3=””,I3=”N/A”),””,IF(TODAY()>=I3,DATEDIF(I3,TODAY(),”m”)*(-1),IF(DATE(YEAR(12),MONTH(12),1)>TODAY(),DATEDIF(12,DATE(YEAR(TODAY()),MONTH(TODAY()),0),”m”),DATEDIF(12,EOMONTH(TODAY(),0),”m”)))) Read More
Hotmail Subscription Query
Hope this makes sense.
For years now I’ve subscribed to the premium hotmail account for ad free and larger email storage etc, about £15 a year. This year I’ve got a new MacBook and taken out a yearly subscription to office 365 which I’ll probably keep subscribing to.
My question is, now that I’m doing this can I cancel the premium hotmail and get the benefits now I’m a yearly subscriber please?
Thanks in advance
Hope this makes sense. For years now I’ve subscribed to the premium hotmail account for ad free and larger email storage etc, about £15 a year. This year I’ve got a new MacBook and taken out a yearly subscription to office 365 which I’ll probably keep subscribing to. My question is, now that I’m doing this can I cancel the premium hotmail and get the benefits now I’m a yearly subscriber please? Thanks in advance Read More
How to get access to the free office licenses!
Hi,
Techsoup advise that the non-profit organisation I represent has been approved for the related application despite the hub reporting that eligibility is still being reviewed a month post the application. No confirmation email has been received.
But when I login to the Non-profit hub I don’t see any way to access the free licenses. We are a small organisation and the limited 10 free licenses on offer would suit.
Hi,Techsoup advise that the non-profit organisation I represent has been approved for the related application despite the hub reporting that eligibility is still being reviewed a month post the application. No confirmation email has been received.But when I login to the Non-profit hub I don’t see any way to access the free licenses. We are a small organisation and the limited 10 free licenses on offer would suit. Read More
Trainnetwork to Trainnet conversion
Hi there,
I was using Trainnetwork(https://www.mathworks.com/help/deeplearning/ref/trainnetwork.html#mw_408bdd15-2d34-4c0d-ad91-bc83942f7493) function for my study. However, in 2024b trainnet function(https://www.mathworks.com/help/deeplearning/ref/trainnet.html#mw_ffa5eeae-b6e0-444e-a464-91e257cef95b) is slightly faster in computing. I try to convert my Trainnetwork function to trainnet but i can’t managed. How can i convert it? My code is written below. Thank you.
%% Train network part
numClasses = numel(categories(trainImgs.Labels));
dropoutProb = 0.2;
layers = […%my network layers in here.
%% Training Options
options = trainingOptions(‘adam’, …
‘Plots’,’training-progress’,"MiniBatchSize",64, …
‘ValidationData’,valImgs,"ExecutionEnvironment","gpu")
%% Training network
trainednet = trainNetwork(trainImgs,layers,options)
% trainednet = trainnet(trainImgs,layers,"crossentropy",options)Hi there,
I was using Trainnetwork(https://www.mathworks.com/help/deeplearning/ref/trainnetwork.html#mw_408bdd15-2d34-4c0d-ad91-bc83942f7493) function for my study. However, in 2024b trainnet function(https://www.mathworks.com/help/deeplearning/ref/trainnet.html#mw_ffa5eeae-b6e0-444e-a464-91e257cef95b) is slightly faster in computing. I try to convert my Trainnetwork function to trainnet but i can’t managed. How can i convert it? My code is written below. Thank you.
%% Train network part
numClasses = numel(categories(trainImgs.Labels));
dropoutProb = 0.2;
layers = […%my network layers in here.
%% Training Options
options = trainingOptions(‘adam’, …
‘Plots’,’training-progress’,"MiniBatchSize",64, …
‘ValidationData’,valImgs,"ExecutionEnvironment","gpu")
%% Training network
trainednet = trainNetwork(trainImgs,layers,options)
% trainednet = trainnet(trainImgs,layers,"crossentropy",options) Hi there,
I was using Trainnetwork(https://www.mathworks.com/help/deeplearning/ref/trainnetwork.html#mw_408bdd15-2d34-4c0d-ad91-bc83942f7493) function for my study. However, in 2024b trainnet function(https://www.mathworks.com/help/deeplearning/ref/trainnet.html#mw_ffa5eeae-b6e0-444e-a464-91e257cef95b) is slightly faster in computing. I try to convert my Trainnetwork function to trainnet but i can’t managed. How can i convert it? My code is written below. Thank you.
%% Train network part
numClasses = numel(categories(trainImgs.Labels));
dropoutProb = 0.2;
layers = […%my network layers in here.
%% Training Options
options = trainingOptions(‘adam’, …
‘Plots’,’training-progress’,"MiniBatchSize",64, …
‘ValidationData’,valImgs,"ExecutionEnvironment","gpu")
%% Training network
trainednet = trainNetwork(trainImgs,layers,options)
% trainednet = trainnet(trainImgs,layers,"crossentropy",options) trainnet, trainnetwork, neural network, cnn, ai, deep learning, toolbox MATLAB Answers — New Questions
how to import parameters (weights and bias) in simulink
Hello experts,
I have parameters (weights and bias) saved in mat file.
and I use matlab function block in my simulink model to use this parameters.
the problem that the simulink can not read the parameters and give me this error:
How can I solve this issue??Hello experts,
I have parameters (weights and bias) saved in mat file.
and I use matlab function block in my simulink model to use this parameters.
the problem that the simulink can not read the parameters and give me this error:
How can I solve this issue?? Hello experts,
I have parameters (weights and bias) saved in mat file.
and I use matlab function block in my simulink model to use this parameters.
the problem that the simulink can not read the parameters and give me this error:
How can I solve this issue?? simulink, parameters MATLAB Answers — New Questions